ForLoopClass.EvalExpression 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 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, setPublic Overridable Property EvalExpression As StringProperty Value
A String that contains the expression used to test whether the loop should stop or continue looping.