Model.OwnedReferencedLobSystems property
Gets the collection of owned referenced external systems.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property OwnedReferencedLobSystems As LobSystemCollection
Get
'Usage
Dim instance As Model
Dim value As LobSystemCollection
value = instance.OwnedReferencedLobSystems
public LobSystemCollection OwnedReferencedLobSystems { get; }
Property value
Type: Microsoft.SharePoint.BusinessData.Administration.LobSystemCollection
The collection of owned referenced external systems.
Examples
Code Snippet: Create an External Content Type Using the Administration Object Model