ScriptBlock.Attributes Property

Definition

Return all attributes on a script block.

public:
 property System::Collections::Generic::List<Attribute ^> ^ Attributes { System::Collections::Generic::List<Attribute ^> ^ get(); };
public System.Collections.Generic.List<Attribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.List<Attribute>
Public ReadOnly Property Attributes As List(Of Attribute)

Property Value

Applies to