UserTrackingRecord.EventOrder Property

Definition

Gets or sets a value that indicates the order of the user event that matched the UserTrackPoint in the workflow instance.

public:
 virtual property int EventOrder { int get(); void set(int value); };
public override int EventOrder { get; set; }
member this.EventOrder : int with get, set
Public Overrides Property EventOrder As Integer

Property Value

A value that indicates the order of the user event in the workflow instance.

Remarks

EventOrder indicates the order of the user event that matched the UserTrackPoint relative to the other tracking events emitted by the workflow instance. EventOrder will be unique within a workflow instance, but it is not guaranteed to be sequential.

This property is set by the runtime tracking infrastructure.

Applies to