UserCustomAction.Sequence property
Gets or sets the value that specifies an implementation-specific value that determines the order of the custom action that appears on the page.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Sequence As Integer
Get
Set
'Usage
Dim instance As UserCustomAction
Dim value As Integer
value = instance.Sequence
instance.Sequence = value
public int Sequence { get; set; }
Property value
Type: System.Int32
A 32-bit integer that indicates the ordering priority.
Remarks
Its value must be equal to or greater than 0. Its value must be equal to or less than 65536.