LobSystem.LobSystemInstances Property
Gets the collection of external system instances.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LobSystemInstances As LobSystemInstanceCollection
Get
'Usage
Dim instance As LobSystem
Dim value As LobSystemInstanceCollection
value = instance.LobSystemInstances
public LobSystemInstanceCollection LobSystemInstances { get; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.LobSystemInstanceCollection
The collection of external system instances.
Examples
Code Snippet: Create an External Content Type Using the Administration Object Model