EventHandlersDataSet.EventHandlersRow.Order Property
Gets or sets the integer that represents the relative sequence of the event handler.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
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