.NET Framework Class Library  

CodeConditionStatement.FalseStatements Property

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;

Property Value

A CodeStatementCollection containing the statements to execute if the conditional expression evaluates to false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeConditionStatement Class | CodeConditionStatement Members | System.CodeDom Namespace | CodeStatementCollection