Share via


Model.AllEntities Property

Gets the collection of external content types.

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

Syntax

'Declaration
Public ReadOnly Property AllEntities As EntityCollection
    Get
'Usage
Dim instance As Model
Dim value As EntityCollection

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

Property Value

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

See Also

Reference

Model Class

Model Members

Microsoft.SharePoint.BusinessData.Administration Namespace