MenuItemTemplate.MenuGroupId property

Sets or retrieves the identifier of the menu group of the menu item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.MenuGroupId

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

Property value

Type: System.Int32
An Integer that represents the URL.

See also

Reference

MenuItemTemplate class

MenuItemTemplate members

Microsoft.SharePoint.WebControls namespace