| LogEventItemPageId Property |
This is preliminary documentation and is subject to change.
the page id at the time the log was stored.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("logpage")]
public long PageId { get; init; }
<JsonPropertyNameAttribute("logpage")>
Public Property PageId As Long
Get
Set
Dim instance As LogEventItem
Dim value As Long
value = instance.PageId
instance.PageId = value
public:
[JsonPropertyNameAttribute(L"logpage")]
property long long PageId {
long long get ();
void set (long long value);
}
[<JsonPropertyNameAttribute("logpage")>]
member PageId : int64 with get, set
Property Value
Int64See Also