WorkflowTrackingLocation.Events Property

Definition

Gets the list of workflow status events that will be matched for this location.

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ Events { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> Events { get; }
member this.Events : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent>
Public ReadOnly Property Events As IList(Of TrackingWorkflowEvent)

Property Value

A list of TrackingWorkflowEvent values that specifies the workflow status events for which the location will be matched. The default is an empty list.

Remarks

Events contains the list of workflow status events for which this WorkflowTrackingLocation will be matched. You can track the specified workflow status events by adding the WorkflowTrackingLocation to MatchingLocation in a WorkflowTrackPoint that is part of a TrackingProfile.

Applies to