RuleConditionReference.ConditionName Property

Definition

Gets or sets the name of the RuleCondition to evaluate.

public:
 property System::String ^ ConditionName { System::String ^ get(); void set(System::String ^ value); };
public string ConditionName { get; set; }
member this.ConditionName : string with get, set
Public Property ConditionName As String

Property Value

The RuleCondition to evaluate.

Remarks

The actual condition definition behind a RuleConditionReference is of type RuleExpressionCondition, which is derived from RuleCondition. This defines the rule condition.

Applies to