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
- id
Type: System.UInt32
The identifier of the LobSystem object.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace