Edit

Share via


SqlTrackingWorkflowInstance.Initialized Property

Definition

Gets or sets a DateTime that indicates the time at which the first TrackingChannel for this workflow instance was requested by the workflow run-time engine.

public:
 property DateTime Initialized { DateTime get(); void set(DateTime value); };
public DateTime Initialized { get; set; }
member this.Initialized : DateTime with get, set
Public Property Initialized As DateTime

Property Value

A DateTime that indicates the time at which the first TrackingChannel for this workflow instance was requested by the workflow run-time engine.

Applies to