Share via


SubMenuTemplate.MenuGroupId Property

Gets or sets the identifier of the menu group.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property MenuGroupId As Integer
    Get
    Set
'Usage
Dim instance As SubMenuTemplate
Dim value As Integer

value = instance.MenuGroupId

instance.MenuGroupId = value
public int MenuGroupId { get; set; }

Property Value

Type: System.Int32
The menu group identifier.

See Also

Reference

SubMenuTemplate Class

SubMenuTemplate Members

Microsoft.SharePoint.WebControls Namespace