ApplicationRegistry.LobSystems Property
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
Public ReadOnly Property LobSystems As LobSystemCollection
Get
'Usage
Dim instance As ApplicationRegistry
Dim value As LobSystemCollection
value = instance.LobSystems
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace