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 value that specifies an implementation-specific value that determines the order of the custom action that appears on the page.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Sequence As Integer
Get
Set
'Usage
Dim instance As UserCustomAction
Dim value As Integer
value = instance.Sequence
instance.Sequence = value
[RemoteAttribute]
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.