WebPartRibbonTab.Id Property
Gets or sets the identifier of the Server ribbon tab that is associated with a Web Part.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
Dim instance As WebPartRibbonTab
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Property Value
Type: System.String
The identifier of the ribbon tab that is associated with the Web Part.
Remarks
This property must be unique across all controls in the ribbon.