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)

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.

See also

Reference

WebPartRibbonTab class

WebPartRibbonTab members

Microsoft.SharePoint.WebControls namespace