Share via


SingleQueryResult.Mode Property

Definition

Gets or sets the current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny

[Newtonsoft.Json.JsonProperty(PropertyName="mode")]
public int? Mode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mode")>]
member this.Mode : Nullable<int> with get, set
Public Property Mode As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to