Share via


Identifier.Entity property

Gets the external content type to which the Identifier belongs.

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.Entity
The external content type to which the Identifier belongs.

See also

Reference

Identifier class

Identifier members

Microsoft.SharePoint.BusinessData.Administration namespace