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
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.LobSystemCollection
The collection of external system objects.