LobSystemInstance.GetById Method
NOTE: This API is now obsolete.
Gets the LobSystemInstance object with the specified ID.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
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 ( _
id As UInteger _
) As LobSystemInstance
'Usage
Dim id As UInteger
Dim returnValue As LobSystemInstance
returnValue = LobSystemInstance.GetById(id)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public static LobSystemInstance GetById(
uint id
)
Parameters
id
Type: System.UInt32The identifier of the LobSystemInstance object.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemInstance
An LobSystemInstance object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace