WorkflowTrackPoint.MatchingLocation Egenskap

Definition

Hämtar eller anger WorkflowTrackingLocation som anger de arbetsflödesstatushändelser som ska matchas av körningsspårningsinfrastrukturen för spårpunkten.

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

Egenskapsvärde

En WorkflowTrackingLocation som angav statushändelser för arbetsflödet som ska matchas av infrastrukturen för körningsspårning för spårpunkten.

Kommentarer

Du måste ange en MatchingLocation för spårpunkten. MatchingLocation Anger ett eller flera TrackingWorkflowEvent värden som används av infrastrukturen för körningsspårning för att matcha spårpunkten.

Gäller för