WorkflowTrackPoint.MatchingLocation 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 or sets the WorkflowTrackingLocation that specifies the workflow status events that should be matched by the runtime tracking infrastructure for the track point.
public:
property System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ MatchingLocation { System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ get(); void set(System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ value); };
public System.Workflow.Runtime.Tracking.WorkflowTrackingLocation MatchingLocation { get; set; }
member this.MatchingLocation : System.Workflow.Runtime.Tracking.WorkflowTrackingLocation with get, set
Public Property MatchingLocation As WorkflowTrackingLocation
Property Value
A WorkflowTrackingLocation that specified the workflow status events that should be matched by the runtime tracking infrastructure for the track point.
Remarks
You must set a MatchingLocation for the track point. The MatchingLocation specifies one or more TrackingWorkflowEvent values that are used by the runtime tracking infrastructure to match the track point.