ForLoopClass.EvalExpression Property

Definition

Gets or sets the expression that is evaluated on each pass of the loop.

public:
 virtual property System::String ^ EvalExpression { System::String ^ get(); void set(System::String ^ value); };
public virtual string EvalExpression { get; set; }
member this.EvalExpression : string with get, set
Public Overridable Property EvalExpression As String

Property Value

A String that contains the expression used to test whether the loop should stop or continue looping.

Implements

Applies to