Share via


WebPartRibbonContextualGroup.Id Property

Gets or sets the identifier of the contextual group on the Server ribbon.

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 WebPartRibbonContextualGroup
Dim value As String

value = instance.Id

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

Property Value

Type: System.String
A string that represents the unique identifier of the contextual group.

Remarks

This value must be unique across all controls inside the Server ribbon.

See Also

Reference

WebPartRibbonContextualGroup Class

WebPartRibbonContextualGroup Members

Microsoft.SharePoint.WebControls Namespace