| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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