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