ReplicatorActivity.UntilCondition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.