Property.Type property
Gets the type of the Property object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Type As Type
Get
'Usage
Dim instance As [Property]
Dim value As Type
value = instance.Type
public Type Type { get; }
Property value
Type: System.Type
The type of the Property object.