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);
A CodeStatement containing the per cycle increment statement.
CodeForLoopStatement Class | CodeForLoopStatement Members | System.CodeDOM Namespace | CodeStatement