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

See Also

Reference

Model Class

Model Members

Microsoft.SharePoint.BusinessData.Administration Namespace