AttributeCollection.Attributes Property

Definition

Gets the attribute collection.

protected:
 virtual property cli::array <Attribute ^> ^ Attributes { cli::array <Attribute ^> ^ get(); };
protected virtual Attribute[] Attributes { get; }
member this.Attributes : Attribute[]
Protected Overridable ReadOnly Property Attributes As Attribute()

Property Value

The attribute collection.

Applies to

See also