WorkflowTrackingLocation.Events 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.
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.