| WikiPageStubNamespaceId Property |
This is preliminary documentation and is subject to change.
Gets the namespace ID of the page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int NamespaceId { get; }
Public ReadOnly Property NamespaceId As Integer
Get
Dim instance As WikiPageStub
Dim value As Integer
value = instance.NamespaceId
public:
property int NamespaceId {
int get ();
}
member NamespaceId : int with get
Property Value
Int32Namespace ID for the page; or
UnknownNamespaceId if the information is not available.
See Also