| WikiPageEditOptionsMinor Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool Minor { get; init; }
Public Property Minor As Boolean
Get
Set
Dim instance As WikiPageEditOptions
Dim value As Boolean
value = instance.Minor
instance.Minor = value
public:
property bool Minor {
bool get ();
void set (bool value);
}
member Minor : bool with get, set
Property Value
BooleanSee Also