 | AllPagesGeneratorNamespaceId Property |
This is preliminary documentation and is subject to change.
List all the pages in this namespace.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int NamespaceId { get; set; }
Public Property NamespaceId As Integer
Get
Set
Dim instance As AllPagesGenerator
Dim value As Integer
value = instance.NamespaceId
instance.NamespaceId = value
public:
property int NamespaceId {
int get ();
void set (int value);
}
member NamespaceId : int with get, set
Property Value
Int32
See Also