WorkflowTrackingRecord.TrackingWorkflowEvent 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 type d'événement d'état de workflow associé à l'enregistrement de suivi.
public:
property System::Workflow::Runtime::Tracking::TrackingWorkflowEvent TrackingWorkflowEvent { System::Workflow::Runtime::Tracking::TrackingWorkflowEvent get(); void set(System::Workflow::Runtime::Tracking::TrackingWorkflowEvent value); };
public System.Workflow.Runtime.Tracking.TrackingWorkflowEvent TrackingWorkflowEvent { get; set; }
member this.TrackingWorkflowEvent : System.Workflow.Runtime.Tracking.TrackingWorkflowEvent with get, set
Public Property TrackingWorkflowEvent As TrackingWorkflowEvent
Valeur de propriété
Une des valeurs de l'objet TrackingWorkflowEvent.
Remarques
TrackingWorkflowEvent
contient l'une des valeurs TrackingWorkflowEvent indiquant le type d'événement d'état de workflow pour lequel une correspondance a été établie par l'infrastructure de suivi d'exécution et qui a provoqué l'envoi du WorkflowTrackingRecord. Il reflète l'état actuel de l'instance de workflow. Une instance de workflow émet des événements d'état de workflow seulement lorsque l'état de l'instance de workflow change et, par conséquent, un WorkflowTrackPoint ne peut être mis en correspondance que lorsqu'une modification de l'état de workflow se produit.
Cette propriété est définie par l'infrastructure de suivi d'exécution.