ProfileUpdatedEventArgs.WorkflowType Property

Definition

Gets or sets the Type of the workflow whose TrackingProfile should be updated.

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

Property Value

The Type of a workflow.

Remarks

WorkflowType specifies the workflow Type for which the tracking profile has changed. TrackingProfile is set to the new tracking profile. When the runtime tracking infrastructure receives a ProfileUpdated event it will update its profile cache with the new TrackingProfile for the workflow Type.

Applies to