  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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