CodeConditionStatement::FalseStatements Property

 

Gets the collection of statements to execute if the conditional expression evaluates to false.

Namespace:   System.CodeDom
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
Return to top
Show: