Rule.Condition 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 un RuleCondition pour le Rule à évaluer.
public:
property System::Workflow::Activities::Rules::RuleCondition ^ Condition { System::Workflow::Activities::Rules::RuleCondition ^ get(); void set(System::Workflow::Activities::Rules::RuleCondition ^ value); };
public System.Workflow.Activities.Rules.RuleCondition Condition { get; set; }
member this.Condition : System.Workflow.Activities.Rules.RuleCondition with get, set
Public Property Condition As RuleCondition
Valeur de propriété
RuleCondition pour le Rule à évaluer.