SPRibbonCommand.Id Property
Gets the identifier of the command.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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