Share via


ConsoleNode.MenuGroupId property

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.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace