Edit

Share via


IfElseBranchActivity.Condition Property

Definition

Gets or sets an ActivityCondition object reference for the current branch activity. The evaluation of this condition returns a value that indicates whether this branch should be run.

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

An ActivityCondition that returns a value that indicates whether this branch should be run.

Remarks

This property is optional on the last IfElseBranchActivity in the IfElseActivity and required in other cases.

Applies to