Partager via


RuleConditionReference.ConditionName Propriété

Définition

Obtient ou définit le nom du RuleCondition à évaluer.

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

Valeur de propriété

String

RuleCondition à évaluer.

Remarques

La définition de condition réelle derrière un RuleConditionReference est de type RuleExpressionCondition, dérivé de RuleCondition. Cela définit la condition de règle.

S’applique à