: LobSystemInstance.GetById (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets the LobSystemInstance object with the specified ID.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Function GetById ( _
id As UInteger _
) As LobSystemInstance
'Uso
Dim id As UInteger
Dim returnValue As LobSystemInstance
returnValue = LobSystemInstance.GetById(id)
public static LobSystemInstance GetById (
uint id
)
Parámetros
- id
The identifier of the LobSystemInstance object.
Valor devuelto
An LobSystemInstance object.
Vea también
Referencia
LobSystemInstance (Clase)
LobSystemInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)