Share via


LobSystem.GetById Method

Gets an LobSystem object with the specified ID.

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

Syntax

'Declaration
Public Shared Function GetById ( _
    id As UInteger _
) As LobSystem
'Usage
Dim id As UInteger
Dim returnValue As LobSystem

returnValue = LobSystem.GetById(id)
public static LobSystem GetById(
    uint id
)

Parameters

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
An LobSystem object.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace