Compartilhar via


TernaryExpressionAst.Condition Property

Definition

Gets the ast for the condition of the ternary expression. The property is never null.

public System.Management.Automation.Language.ExpressionAst Condition { get; }
member this.Condition : System.Management.Automation.Language.ExpressionAst
Public ReadOnly Property Condition As ExpressionAst

Property Value

Applies to