Udostępnij za pośrednictwem


RulesEngineMatchCondition.RulesEngineMatchValue Property

Definition

Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.

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

Property Value

Applies to