CodeConditionStatement::FalseStatements Property
.NET Framework (current version)
Gets the collection of statements to execute if the conditional expression evaluates to false.
Assembly: System (in System.dll)
public: property CodeStatementCollection^ FalseStatements { CodeStatementCollection^ get(); }
Property Value
Type: System.CodeDom::CodeStatementCollection^A CodeStatementCollection containing the statements to execute if the conditional expression evaluates to false.
.NET Framework
Available since 1.1
Available since 1.1
Show: