SPDataSourceViewPropertyDescriptor.PropertyType Property
Gets the data type of the property value.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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