Share via


SPUserCustomAction.Sequence property

Gets or sets an implementation-specific value that determines the order of the custom action that appears on the page.

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

Syntax

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

value = instance.Sequence

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

Property value

Type: System.Int32
A value that determines where the custom action shows relative to other items in the user interface.

See also

Reference

SPUserCustomAction class

SPUserCustomAction members

Microsoft.SharePoint namespace