Share via


CheckinCommandHandler.HandlerCommand property

Returns a string that represents the ECMAScript (JScript, JavaScript) to execute in the browser when a user clicks the Check In button on the ribbon.

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

Syntax

'Declaration
Public Overrides ReadOnly Property HandlerCommand As String
    Get
'Usage
Dim instance As CheckinCommandHandler
Dim value As String

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

Property value

Type: System.String
Returns a String.

See also

Reference

CheckinCommandHandler class

CheckinCommandHandler members

Microsoft.SharePoint.WebControls namespace