AddedConditionAction.ConditionDefinition Eigenschaft

Definition

Ruft die RuleCondition ab, die dem Workflow hinzugefügt werden soll, oder legt sie fest.

public:
 property System::Workflow::Activities::Rules::RuleCondition ^ ConditionDefinition { System::Workflow::Activities::Rules::RuleCondition ^ get(); void set(System::Workflow::Activities::Rules::RuleCondition ^ value); };
public System.Workflow.Activities.Rules.RuleCondition ConditionDefinition { get; set; }
member this.ConditionDefinition : System.Workflow.Activities.Rules.RuleCondition with get, set
Public Property ConditionDefinition As RuleCondition

Eigenschaftswert

Die RuleCondition, die dem Workflow hinzugefügt werden soll.

Ausnahmen

ConditionDefinition ist ein NULL-Verweis (Nothing in Visual Basic).

Gilt für: