Edit

Share via


ConditionedActivityGroup.UntilCondition Property

Definition

Gets or sets a value that indicates when the ConditionedActivityGroup should complete.

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

Property Value

A condition that determines whether the ConditionedActivityGroup should complete.

Applies to