DataViewPropertyDescriptor.Attributes Property

Definition

Gets the collection of attributes associated with the current property descriptor.

public:
 virtual property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public override System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public Overrides ReadOnly Property Attributes As AttributeCollection

Property Value

An AttributeCollection object containing the attributes associated with the current property descriptor.

Applies to