ApplicationRegistry.GetLobSystems Method

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.")> _
Public Shared Function GetLobSystems As NamedLobSystemDictionary
'Usage
Dim returnValue As NamedLobSystemDictionary

returnValue = ApplicationRegistry.GetLobSystems()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.")]
public static NamedLobSystemDictionary GetLobSystems()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedLobSystemDictionary
A NamedLobSystemDictionary object containing the LobSystem objects.

See Also

Reference

ApplicationRegistry Class

ApplicationRegistry Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace