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.IncrementStatement

Gets or sets the per loop cycle increment statement.

[Visual Basic]
Public Property IncrementStatement As CodeStatement
[C#]
public CodeStatement IncrementStatement {get; set;}
[C++]
public: __property CodeStatement* get_IncrementStatement();
public: __property void set_IncrementStatement(CodeStatement*);
[JScript]
public function get IncrementStatement() : CodeStatement;
public function set IncrementStatement(CodeStatement);

Property Value

A CodeStatement containing the per cycle increment statement.

See Also

CodeForLoopStatement Class | CodeForLoopStatement Members | System.CodeDOM Namespace | CodeStatement