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;
An array of type CodeStatement containing the statements to execute if the condition is false.
CodeIfStatement Class | CodeIfStatement Members | System.CodeDOM Namespace | CodeStatementCollection