Share via


View.Entity Property

Gets the external content type that contains the view.

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

Syntax

'Declaration
Public ReadOnly Property Entity As IEntity
    Get
'Usage
Dim instance As View
Dim value As IEntity

value = instance.Entity
public IEntity Entity { get; }

Property Value

Type: Microsoft.BusinessData.MetadataModel.IEntity
The external content type that contains the view.

Implements

IView.Entity

See Also

Reference

View Class

View Members

Microsoft.SharePoint.BusinessData.MetadataModel Namespace