Share via


SPDataSourceViewPropertyDescriptor.ComponentType property

Gets the data type of the component that the property is bound to.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ComponentType As Type
    Get
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim value As Type

value = instance.ComponentType
public override Type ComponentType { get; }

Property value

Type: System.Type
A Type object that represents the data type of the component.

See also

Reference

SPDataSourceViewPropertyDescriptor class

SPDataSourceViewPropertyDescriptor members

Microsoft.SharePoint.WebControls namespace