  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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 = valuepublic:
[JsonPropertyNameAttribute(L"logpage")]
property long long PageId {
	long long get ();
	void set (long long value);
}[<JsonPropertyNameAttribute("logpage")>]
member PageId : int64 with get, setProperty Value
Int64
See Also