DoWhile.Condition Eigenschaft

Definition

De Activity<TResult> hat das Ende der Schleife überprüft, um zu ermitteln, 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 das erneute Ausführen der Schleife.

Attribute

Gilt für: