Entity.Models property
Gets the model collection of the external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Models As ModelCollection
Get
'Usage
Dim instance As Entity
Dim value As ModelCollection
value = instance.Models
public ModelCollection Models { get; }
Property value
Type: Microsoft.SharePoint.BusinessData.Administration.ModelCollection
The model collection.