ConsoleNode.MenuGroupId Property
Gets or sets the group ID in which this item should be displayed.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable Property MenuGroupId As Integer
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Integer
value = instance.MenuGroupId
instance.MenuGroupId = value
public virtual int MenuGroupId { get; set; }
Property Value
Type: System.Int32
An integer representing which group should contain this ConsoleNode object.
Remarks
Some user interface elements have a mechanism to use this value to divide ConsoleNode objects into separate groups. Those with the same value all appear in the same group.