Share via


Identifier.IdentifierType Property

NOTE: This API is now obsolete.

Gets the data type of the identifier.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property IdentifierType As Type
    Get
'Usage
Dim instance As Identifier
Dim value As Type

value = instance.IdentifierType
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Type IdentifierType { get; }

Property Value

Type: System.Type
A data type.

See Also

Reference

Identifier Class

Identifier Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace