  | WikiPageNamespaceId Property | 
This is preliminary documentation and is subject to change.
            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 WikiPage
Dim value As Integer
value = instance.NamespaceId
public:
property int NamespaceId {
	int get ();
}member NamespaceId : int with get
Property Value
Int32
See Also