SPRibbonCommand.Id property

Gets the identifier of the command.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Id As String
    Get
'Usage
Dim instance As SPRibbonCommand
Dim value As String

value = instance.Id
public virtual string Id { get; }

Property value

Type: System.String

Implements

IRibbonCommand.Id

See also

Reference

SPRibbonCommand class

SPRibbonCommand members

Microsoft.SharePoint.WebControls namespace