Share via


IWhileLoopOperation.ConditionIsUntil Property

Definition

True if the loop has 'Until' loop semantics and the loop is executed while Condition is false.

public:
 property bool ConditionIsUntil { bool get(); };
public bool ConditionIsUntil { get; }
member this.ConditionIsUntil : bool
Public ReadOnly Property ConditionIsUntil As Boolean

Property Value

Applies to