CodeIterationStatement::TestExpression Property
.NET Framework (current version)
Gets or sets the expression to test as the condition that continues the loop.
Assembly: System (in System.dll)
public: property CodeExpression^ TestExpression { CodeExpression^ get(); void set(CodeExpression^ value); }
Property Value
Type: System.CodeDom::CodeExpression^A CodeExpression that indicates the expression to test.
If this expression resolves to true, the loop will continue.
.NET Framework
Available since 1.1
Available since 1.1
Show: