ParamBlockAst.Attributes Property

Definition

The asts for attributes (such as [cmdletbinding()]) used before the param keyword.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::AttributeAst ^> ^ Attributes { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::AttributeAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.AttributeAst> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.AttributeAst>
Public ReadOnly Property Attributes As ReadOnlyCollection(Of AttributeAst)

Property Value

Applies to