Share via


Property.Attributes Property

Gets the attributes that were supplied to this Property instance.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Attributes As IEnumerable(Of Attribute)
public virtual IEnumerable<Attribute> Attributes { get; }
public:
virtual property IEnumerable<Attribute^>^ Attributes {
    IEnumerable<Attribute^>^ get ();
}
public function get Attributes () : IEnumerable<Attribute>

See Also

Property Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace