Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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