System.CodeDom.CodeConditionStatement.Condition Property

Gets or sets the expression to evaluate true or false.

Syntax

public CodeExpression Condition { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If this conditional expression evaluates to true, the code contained in the CodeConditionStatement.TrueStatements collection will be executed. If this conditional expression evaluates to false and the CodeConditionStatement.FalseStatements collection is not empty, the code contained in the CodeConditionStatement.FalseStatements collection will be executed.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0