Share via


WorkflowTrackPoint.MatchingLocation Propriété

Définition

Obtient ou définit le WorkflowTrackingLocation qui spécifie les événements d'état du workflow qui doivent être mis en correspondance par l'infrastructure de suivi d'exécution pour le trackpoint.

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

Valeur de propriété

WorkflowTrackingLocation

WorkflowTrackingLocation qui a spécifié les événements d'état du flux de travail qui devaient être mis en correspondance par l'infrastructure de suivi d'exécution pour le trackpoint.

Remarques

Vous devez définir une MatchingLocation pour le trackpoint. Le MatchingLocation spécifie une ou plusieurs valeurs TrackingWorkflowEvent utilisées par l'infrastructure de suivi d'exécution pour faire correspondre le trackpoint.

S’applique à