Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the place where this ConsoleNode object appears in the node order.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable Property Sequence As Integer
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Integer
value = instance.Sequence
instance.Sequence = value
public virtual int Sequence { get; set; }
Property Value
Type: System.Int32
An integer representing where this ConsoleNode should appear in the node order.
Remarks
Every ConsoleNode in a ConsoleNodeCollection must have a unique Sequence value. The nodes are displayed in order from the lowest value to the highest value.