Model.AllReferencedLobSystems Property

Gets a collection of the set of External System objects referred to by all External Content Types that are associated with this Model object (including exclusively owned External Content Types and shared External Content Types).

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AllReferencedLobSystems As LobSystemCollection
    Get
'Usage
Dim instance As Model
Dim value As LobSystemCollection

value = instance.AllReferencedLobSystems
public LobSystemCollection AllReferencedLobSystems { get; }

Property Value

Type: Microsoft.SharePoint.BusinessData.Administration.Client.LobSystemCollection
The collection of External System objects.

See Also

Reference

Model Class

Model Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace