Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the LobSystemInstance object that matches the specified name.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetLobSystemInstanceByName ( _
name As String _
) As LobSystemInstance
'Usage
Dim name As String
Dim returnValue As LobSystemInstance
returnValue = ApplicationRegistry.GetLobSystemInstanceByName(name)
public static LobSystemInstance GetLobSystemInstanceByName(
string name
)
Parameters
- name
Type: System.String
The name of the LobSystemInstance object.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
An LobSystemInstance object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace