AttributedExpressionAst.Attribute 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.
The attribute or type constraint for this expression. This property is never null.
public:
property System::Management::Automation::Language::AttributeBaseAst ^ Attribute { System::Management::Automation::Language::AttributeBaseAst ^ get(); };
public System.Management.Automation.Language.AttributeBaseAst Attribute { get; }
member this.Attribute : System.Management.Automation.Language.AttributeBaseAst
Public ReadOnly Property Attribute As AttributeBaseAst