AttributeCollection::Attributes Property

.NET Framework (current version)
 

Gets the attribute collection.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
property array<Attribute^>^ Attributes {
	virtual array<Attribute^>^ get();
}

Property Value

Type: array<System::Attribute^>^

The attribute collection.

.NET Framework
Available since 4.0
Return to top
Show: