Entity.Actions Property
Gets the actions of this entity.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Actions As ActionCollection
Get
'Usage
Dim instance As Entity
Dim value As ActionCollection
value = instance.Actions
public ActionCollection Actions { get; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.ActionCollection
The collection of actions.