EventHandlersDataSet.EventHandlersRow.Order Property
Specifies the integer that represents the relative sequence of the event.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property Order As Integer
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As Integer
value = instance.Order
instance.Order = value
public int Order { get; set; }
Property Value
Type: System.Int32
A 32-bit integer representing the sequence number.
Remarks
If there are multiple event handlers associated with a single event, the order number determines the sequence in which the event handlers are invoked. The Order property should be set to a value greater than 0 and less than 1000.
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class