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

Gets or sets the statements to execute if test condition is false and there is an else clause.

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

Property Value

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

See Also

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