| NamespaceInfoId Property |
This is preliminary documentation and is subject to change.
An integer identification number which is unique for each namespace.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int Id { get; init; }
Public Property Id As Integer
Get
Set
Dim instance As NamespaceInfo
Dim value As Integer
value = instance.Id
instance.Id = value
public:
property int Id {
int get ();
void set (int value);
}
member Id : int with get, set
Property Value
Int32See Also