CodeIterationStatement::TestExpression Property

 

Gets or sets the expression to test as the condition that continues the loop.

Namespace:   System.CodeDom
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
Return to top
Show: