 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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