Share via


AlertRuleLeafCondition.ContainsAny Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="containsAny")]
public System.Collections.Generic.IList<string> ContainsAny { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containsAny")>]
member this.ContainsAny : System.Collections.Generic.IList<string> with get, set
Public Property ContainsAny As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to