 | AccountInfoId Property |
This is preliminary documentation and is subject to change.
Current user ID.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic long Id { get; init; }
Public Property Id As Long
Get
Set
Dim instance As AccountInfo
Dim value As Long
value = instance.Id
instance.Id = value
public:
property long long Id {
long long get ();
void set (long long value);
}
member Id : int64 with get, set
Property Value
Int64user ID, or
0 if the current user has not logged in yet.
See Also