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)
Available in Sandboxed Solutions: No
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