DoWhile.Condition Eigenschaft

Definition

Am Activity<TResult> Ende der Schleife wird überprüft, ob die Schleife erneut ausgeführt wird.

public:
 property System::Activities::Activity<bool> ^ Condition { System::Activities::Activity<bool> ^ get(); void set(System::Activities::Activity<bool> ^ value); };
[System.Windows.Markup.DependsOn("Variables")]
public System.Activities.Activity<bool> Condition { get; set; }
[<System.Windows.Markup.DependsOn("Variables")>]
member this.Condition : System.Activities.Activity<bool> with get, set
Public Property Condition As Activity(Of Boolean)

Eigenschaftswert

Die Bedingung für die erneute Ausführung der Schleife.

Attribute

Gilt für: