NamedAttributeArgumentAst.ExpressionOmitted Property

Definition

If the source omitted an expression, this returns true, otherwise false. This allows a caller to distinguish the difference between [Parameter(Mandatory)] and [Parameter(Mandatory=$true)]

public:
 property bool ExpressionOmitted { bool get(); };
public:
 property bool ExpressionOmitted { bool get(); };
public bool ExpressionOmitted { get; }
member this.ExpressionOmitted : bool
Public ReadOnly Property ExpressionOmitted As Boolean

Property Value

Applies to