Gets the collection of statements to execute if the conditional expression evaluates to true.
[Visual Basic] Public ReadOnly Property TrueStatements As CodeStatementCollection [C#] public CodeStatementCollection TrueStatements {get;} [C++] public: __property CodeStatementCollection* get_TrueStatements(); [JScript] public function get TrueStatements() : CodeStatementCollection;
A CodeStatementCollection containing the statements to execute if the conditional expression evaluates to true.
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