PageStateActionButton.Action property
Gets or sets the initial action of the button.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Action As PageStateAction
Get
Set
'Usage
Dim instance As PageStateActionButton
Dim value As PageStateAction
value = instance.Action
instance.Action = value
public PageStateAction Action { get; set; }
Property value
Type: Microsoft.SharePoint.WebControls.PageStateAction