 | RecentChangeItemType Property |
This is preliminary documentation and is subject to change.
Recent change type.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax[JsonIgnoreAttribute]
public RecentChangesType Type { get; }
<JsonIgnoreAttribute>
Public ReadOnly Property Type As RecentChangesType
Get
Dim instance As RecentChangeItem
Dim value As RecentChangesType
value = instance.Type
public:
[JsonIgnoreAttribute]
property RecentChangesType Type {
RecentChangesType get ();
}
[<JsonIgnoreAttribute>]
member Type : RecentChangesType with get
Property Value
RecentChangesType
See Also