RuleConditionReference.ConditionName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.