Identifier.IdentifierType Property
Gets the data type of the identifier.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property IdentifierType As Type
Get
'Usage
Dim instance As Identifier
Dim value As Type
value = instance.IdentifierType
public Type IdentifierType { get; }
Property Value
Type: System.Type
A data type.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace