TrackingRecord.EventOrder Property

Definition

When overridden in a derived class, gets or sets a value that indicates the order of the tracking event associated with the tracking record relative to the other tracking events emitted by the workflow instance.

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

Property Value

A value that indicates the order of the tracking event relative to the other tracking events emitted by the workflow instance.

Remarks

EventOrder indicates the relative order of the tracking event within the workflow instance. EventOrder will be unique within a workflow instance, but it is not guaranteed to be sequential.

Applies to