  | RecentChangeItemLogId Property | 
This is preliminary documentation and is subject to change.
For log items, ID of the log entry.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int? LogId { get; init; }Public Property LogId As Integer?
	Get
	Set
Dim instance As RecentChangeItem
Dim value As Integer?
value = instance.LogId
instance.LogId = value
public:
property Nullable<int> LogId {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member LogId : Nullable<int> with get, set
Property Value
NullableInt32
See Also