ApplicationRegistry.LobSystemInstances Property
Gets all the LobSystemInstance 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 LobSystemInstances As LobSystemInstanceCollection
Get
'Usage
Dim instance As ApplicationRegistry
Dim value As LobSystemInstanceCollection
value = instance.LobSystemInstances
public LobSystemInstanceCollection LobSystemInstances { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemInstanceCollection
The LobSystemInstance objects registered in the Business Data Catalog.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace