Share via


LobSystemInstance.GetById Method

NOTE: This API is now obsolete.

Gets an LobSystemInstance object given its ID.

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 Shared Function GetById ( _
    metadataObjectId As UInteger _
) As LobSystemInstance
'Usage
Dim metadataObjectId As UInteger
Dim returnValue As LobSystemInstance

returnValue = LobSystemInstance.GetById(metadataObjectId)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public static LobSystemInstance GetById(
    uint metadataObjectId
)

Parameters

  • metadataObjectId
    Type: System.UInt32

    The ID of the metadata object.

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
An LobSystemInstance object.

See Also

Reference

LobSystemInstance Class

LobSystemInstance Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace