Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the group identifier (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 (UI) 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.