Share via


SPDataSourceViewPropertyDescriptor.Attributes property

Gets a collection that contains the property attributes.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Attributes As AttributeCollection
    Get
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim value As AttributeCollection

value = instance.Attributes
public override AttributeCollection Attributes { get; }

Property value

Type: System.ComponentModel.AttributeCollection
An AttributeCollection object with no members.

See also

Reference

SPDataSourceViewPropertyDescriptor class

SPDataSourceViewPropertyDescriptor members

Microsoft.SharePoint.WebControls namespace