 | RecentChangeItemId Property |
This is preliminary documentation and is subject to change.
ID of recent change entry.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax[JsonPropertyNameAttribute("rcid")]
public long Id { get; init; }
<JsonPropertyNameAttribute("rcid")>
Public Property Id As Long
Get
Set
Dim instance As RecentChangeItem
Dim value As Long
value = instance.Id
instance.Id = value
public:
[JsonPropertyNameAttribute(L"rcid")]
property long long Id {
long long get ();
void set (long long value);
}
[<JsonPropertyNameAttribute("rcid")>]
member Id : int64 with get, set
Property Value
Int64
See Also