 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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