NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeForLoopStatement Properties

The properties of the CodeForLoopStatement class are listed below. For a complete list of CodeForLoopStatement class members, see the CodeForLoopStatement Members topic.

Public:

IncrementStatement Gets or sets the per loop cycle increment statement.
InitStatement Gets or sets the loop initialization statement.
LinePragma (inherited from CodeStatement) The line the statement occurs on.
Statements Gets or sets the statements to be executed within the loop.
TestExpression Gets or sets the expression to test for.

See Also

CodeForLoopStatement Class | System.CodeDOM Namespace