Compartilhar via


UpdatePageStateCommandHandler.ClientSideCommandId property

Gets the ID of the command to be used on the client side.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ClientSideCommandId As String
    Get
'Usage
Dim instance As UpdatePageStateCommandHandler
Dim value As String

value = instance.ClientSideCommandId
public override string ClientSideCommandId { get; }

Property value

Type: System.String
A string that contains the name of the client side command.

Remarks

This property always returns PageStateUpdatePageState.

See also

Reference

UpdatePageStateCommandHandler class

UpdatePageStateCommandHandler members

Microsoft.SharePoint.WebControls namespace