Share via


Identifier.GetEntity Method

NOTE: This API is now obsolete.

Gets the Entity object associated with 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 Function GetEntity As Entity
'Usage
Dim instance As Identifier
Dim returnValue As Entity

returnValue = instance.GetEntity()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Entity GetEntity()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity

See Also

Reference

Identifier Class

Identifier Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace