Compartilhar via


TernaryExpressionAst.IfFalse Property

Definition

Gets the ast for the else-operand of the ternary expression. The property is never null.

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

Property Value

Applies to