SPDataSourceViewPropertyDescriptor.PropertyType property
Gets the data type of the property value.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PropertyType As Type
Get
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim value As Type
value = instance.PropertyType
public override Type PropertyType { get; }
Property value
Type: System.Type
A Type object that represents the data type of the property value.
See also
Reference
SPDataSourceViewPropertyDescriptor class