UserCustomAction.Sequence - Propriété
Gets or sets the value that specifies an implementation-specific value that determines the order of the custom action that appears on the page.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Sequence As Integer
Get
Set
'Utilisation
Dim instance As UserCustomAction
Dim value As Integer
value = instance.Sequence
instance.Sequence = value
public int Sequence { get; set; }
Valeur de propriété
Type : System.Int32
A 32-bit integer that indicates the ordering priority.
Remarques
Its value must be equal to or greater than 0. Its value must be equal to or less than 65536.