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