WorkflowTrackPoint.MatchingLocation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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.