  | AbuseFilterIsEnabled Property | 
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.AbuseFilters.AbuseFilter.IsEnabled"]
 Namespace: WikiClientLibrary.AbuseFiltersAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("enabled")]
public bool IsEnabled { get; init; }<JsonPropertyNameAttribute("enabled")>
Public Property IsEnabled As Boolean
	Get
	Set
Dim instance As AbuseFilter
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = valuepublic:
[JsonPropertyNameAttribute(L"enabled")]
property bool IsEnabled {
	bool get ();
	void set (bool value);
}[<JsonPropertyNameAttribute("enabled")>]
member IsEnabled : bool with get, setProperty Value
Boolean
See Also