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!

CodeIfStatement.TrueStatements

Gets or sets the statements to execute if test condition is true.

[Visual Basic]
Public ReadOnly Property TrueStatements As CodeStatementCollection
[C#]
public CodeStatementCollection TrueStatements {get;}
[C++]
public: __property CodeStatementCollection* get_TrueStatements();
[JScript]
public function get TrueStatements() : CodeStatementCollection;

Property Value

An array of type CodeStatement containing the statements to execute if the condition is true.

See Also

CodeIfStatement Class | CodeIfStatement Members | System.CodeDOM Namespace | CodeStatementCollection