Edit

Share via


WhileActivity.Condition Property

Definition

Gets or sets a condition that determines whether the WhileActivity should run or finish.

public:
 property System::Workflow::ComponentModel::ActivityCondition ^ Condition { System::Workflow::ComponentModel::ActivityCondition ^ get(); void set(System::Workflow::ComponentModel::ActivityCondition ^ value); };
public System.Workflow.ComponentModel.ActivityCondition Condition { get; set; }
member this.Condition : System.Workflow.ComponentModel.ActivityCondition with get, set
Public Property Condition As ActivityCondition

Property Value

When the RuleCondition property evaluates to true, the WhileActivity continues to run. When the RuleCondition evaluates to false, the WhileActivity finishes.

Applies to