Share via


ConsoleNode.Sequence property

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.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace