ActionParameter.Action Property
Gets the Action, which is the parent of this ActionParameter.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Action As Action
Get
'Usage
Dim instance As ActionParameter
Dim value As Action
value = instance.Action
public Action Action { get; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.Action
The Action, which is the parent of this ActionParameter.