Property.Type Property
Gets the type of the Property object.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace