 | WikiSiteNamespaces Property |
This is preliminary documentation and is subject to change.
Gets a collection of namespaces used on this MediaWiki site.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic NamespaceCollection Namespaces { get; }
Public ReadOnly Property Namespaces As NamespaceCollection
Get
Dim instance As WikiSite
Dim value As NamespaceCollection
value = instance.Namespaces
public:
property NamespaceCollection^ Namespaces {
NamespaceCollection^ get ();
}
member Namespaces : NamespaceCollection with get
Property Value
NamespaceCollection
See Also