 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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