共用方式為


MenuSeparatorTemplate.Sequence Property

Gets or sets the sequence number for the item.

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 MenuSeparatorTemplate
Dim value As Integer

value = instance.Sequence

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

Property Value

Type: System.Int32
The number indicating the position of the item in the sequence.

See Also

Reference

MenuSeparatorTemplate Class

MenuSeparatorTemplate Members

Microsoft.SharePoint.WebControls Namespace