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.
Represents the relative sequence of the event.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property SequenceNumber As Integer
Get
Set
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As Integer
value = instance.SequenceNumber
instance.SequenceNumber = value
public int SequenceNumber { get; set; }
Property value
Type: System.Int32
See also
Reference
EventReceiverDefinitionCreationInformation class