TrackingRecord.EventOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.