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