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

Gets or sets the loop initialization statement.

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

Property Value

A CodeStatement containing the loop initialization statement.

See Also

CodeForLoopStatement Class | CodeForLoopStatement Members | System.CodeDOM Namespace