| RevisionUserId Property |
This is preliminary documentation and is subject to change.
User id of revision creator.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public long UserId { get; init; }
Public Property UserId As Long
Get
Set
Dim instance As Revision
Dim value As Long
value = instance.UserId
instance.UserId = value
public:
property long long UserId {
long long get ();
void set (long long value);
}
member UserId : int64 with get, set
Property Value
Int64See Also