PropertyDefinition.Attributes Property

Definition

Gets a list of associated CLR attributes.

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

Property Value

A list of associated attributes.

Applies to