| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
NamespaceCollectionSee Also