Share via


AlertRuleLeafCondition.ContainsAny Property

Definition

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.

public System.Collections.Generic.IList<string> ContainsAny { get; }
member this.ContainsAny : System.Collections.Generic.IList<string>
Public ReadOnly Property ContainsAny As IList(Of String)

Property Value

Applies to