CodeConditionStatement::Condition Property
.NET Framework (current version)
Gets or sets the expression to evaluate true or false.
Assembly: System (in System.dll)
public: property CodeExpression^ Condition { CodeExpression^ get(); void set(CodeExpression^ value); }
If this conditional expression evaluates to true, the code contained in the TrueStatements collection will be executed. If this conditional expression evaluates to false and the FalseStatements collection is not empty, the code contained in the FalseStatements collection will be executed.
.NET Framework
Available since 1.1
Available since 1.1
Show: