UpdatePageStateCommandHandler.HandlerCommand Property
Gets the client-side command handler used by the Server ribbon.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property HandlerCommand As String
Get
'Usage
Dim instance As UpdatePageStateCommandHandler
Dim value As String
value = instance.HandlerCommand
public override string HandlerCommand { get; }
Property Value
Type: System.String
A String that contains the command handler name.
See Also
Reference
UpdatePageStateCommandHandler Class