MenuItemTemplate.Sequence property

Sets or retrieves the place where the menu item appears in the sequence of menu items.

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

Syntax

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

value = instance.Sequence

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

Property value

Type: System.Int32
An Integer that represents the place in the sequence.

See also

Reference

MenuItemTemplate class

MenuItemTemplate members

Microsoft.SharePoint.WebControls namespace