RuleConditionReference.ConditionName 속성

정의

평가할 이름을 RuleCondition 가져오거나 설정합니다.

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

속성 값

평가할 값입니다 RuleCondition .

설명

뒤에 있는 RuleConditionReference 실제 조건 정의는 .에서 RuleExpressionCondition파생된 형식RuleCondition입니다. 그러면 규칙 조건이 정의됩니다.

적용 대상