EventReceiverDefinitionCreationInformation.SequenceNumber property

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

EventReceiverDefinitionCreationInformation members

Microsoft.SharePoint.Client namespace