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)
Available in Sandboxed Solutions: No

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