Share via


EventHandlersDataSet.EventHandlersRow.Order property

Gets or sets the integer that represents the relative sequence of the event handler.

Namespace:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.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 that represents the sequence number.

Remarks

If there are multiple event handlers that are 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

EventHandlersDataSet.EventHandlersRow members

WebSvcEvents namespace