UserCustomAction.Sequence-Eigenschaft
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
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: System.Int32
A 32-bit integer that indicates the ordering priority.
Hinweise
Its value must be equal to or greater than 0. Its value must be equal to or less than 65536.