  | SiteVariableDataContentNamespaceIds Property | 
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
[Missing <summary> documentation for "P:WikiClientLibrary.Wikia.Sites.SiteVariableData.ContentNamespaceIds"]
 Namespace: WikiClientLibrary.Wikia.SitesAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[ObsoleteAttribute("contentNamespaces is not present in latest Wikia sites anymore. This property will be removed.")]
public ICollection<int> ContentNamespaceIds { get; }<ObsoleteAttribute("contentNamespaces is not present in latest Wikia sites anymore. This property will be removed.")>
Public ReadOnly Property ContentNamespaceIds As ICollection(Of Integer)
	Get
Dim instance As SiteVariableData
Dim value As ICollection(Of Integer)
value = instance.ContentNamespaceIdspublic:
[ObsoleteAttribute(L"contentNamespaces is not present in latest Wikia sites anymore. This property will be removed.")]
property ICollection<int>^ ContentNamespaceIds {
	ICollection<int>^ get ();
}[<ObsoleteAttribute("contentNamespaces is not present in latest Wikia sites anymore. This property will be removed.")>]
member ContentNamespaceIds : ICollection<int> with getProperty Value
ICollectionInt32
See Also