Gets the collection of statements to execute if the conditional expression evaluates to false.
[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;
A CodeStatementCollection containing the statements to execute if the conditional expression evaluates to false.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeConditionStatement Class | CodeConditionStatement Members | System.CodeDom Namespace | CodeStatementCollection