Share via


LobSystem.Entities property

Gets the external content types contained by the specified external system object.

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

Syntax

'Declaration
Public ReadOnly Property Entities As EntityCollection
    Get
'Usage
Dim instance As LobSystem
Dim value As EntityCollection

value = instance.Entities
public EntityCollection Entities { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.EntityCollection
The collection of external content types.

See also

Reference

LobSystem class

LobSystem members

Microsoft.SharePoint.BusinessData.Administration namespace