Edit

Share via


ReplicatorActivity.UntilCondition Property

Definition

Gets or sets a completion condition that indicates when the ReplicatorActivity should finish.

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

An ActivityCondition that determines whether the ReplicatorActivity is finished.

Remarks

This default condition is that all child instances must complete for the ReplicatorActivity to be completed.

As with a ConditionedActivityGroup, you can specify the completion condition using a rule condition or code condition.

Applies to