ApplicationRegistry.GetLobSystems Method
Gets all the LobSystem objects registered in the metadata repository.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetLobSystems As NamedLobSystemDictionary
'Usage
Dim returnValue As NamedLobSystemDictionary
returnValue = ApplicationRegistry.GetLobSystems()
public static NamedLobSystemDictionary GetLobSystems()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedLobSystemDictionary
A NamedLobSystemDictionary object containing the LobSystem objects.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace