Share via


ApplicationRegistry.LobSystems Property

NOTE: This API is now obsolete.

Gets all the LobSystem objects registered in the Business Data Catalog.

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.")> _
Public ReadOnly Property LobSystems As LobSystemCollection
    Get
'Usage
Dim instance As ApplicationRegistry
Dim value As LobSystemCollection

value = instance.LobSystems
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.")]
public LobSystemCollection LobSystems { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemCollection
The LobSystem objects registered in the Business Data Catalog.

See Also

Reference

ApplicationRegistry Class

ApplicationRegistry Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace