The properties of the CodeIfStatement class are listed below. For a complete list of CodeIfStatement class members, see the CodeIfStatement Members topic.
Condition | Gets or sets the condition to test for true. |
FalseStatements | Gets or sets the statements to execute if test condition is false and there is an else clause. |
LinePragma (inherited from CodeStatement) | The line the statement occurs on. |
TrueStatements | Gets or sets the statements to execute if test condition is true. |