NamedAttributeArgumentAst.ExpressionOmitted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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