Action.Entity Property
Gets the external content type that is the parent of this Action.
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 Action
Dim value As Entity
value = instance.Entity
public Entity Entity { get; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.Entity
The external content type that is the parent of this Action.