 | RecentChangeItemRedirect Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Generators.RecentChangeItem.Redirect"]
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool Redirect { get; init; }Public Property Redirect As Boolean
Get
Set
Dim instance As RecentChangeItem
Dim value As Boolean
value = instance.Redirect
instance.Redirect = value
public:
property bool Redirect {
bool get ();
void set (bool value);
}member Redirect : bool with get, set
Property Value
Boolean
See Also