 | LogParameterCollectionUserId Property |
This is preliminary documentation and is subject to change.
(
NewUsers) The user ID of the created user.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic long UserId { get; }
Public ReadOnly Property UserId As Long
Get
Dim instance As LogParameterCollection
Dim value As Long
value = instance.UserId
public:
property long long UserId {
long long get ();
}
member UserId : int64 with get
Property Value
Int64
See Also