Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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