AlertRuleLeafCondition.Equals Property

Definition

Gets or sets the value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.

[Newtonsoft.Json.JsonProperty(PropertyName="equals")]
public string Equals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="equals")>]
member this.Equals : string with get, set
Public Property Equals As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to