ProfileUpdatedEventArgs.TrackingProfile Propriété

Définition

Obtient ou définit le nouveau TrackingProfile pour le type de workflow.

public:
 property System::Workflow::Runtime::Tracking::TrackingProfile ^ TrackingProfile { System::Workflow::Runtime::Tracking::TrackingProfile ^ get(); void set(System::Workflow::Runtime::Tracking::TrackingProfile ^ value); };
public System.Workflow.Runtime.Tracking.TrackingProfile TrackingProfile { get; set; }
member this.TrackingProfile : System.Workflow.Runtime.Tracking.TrackingProfile with get, set
Public Property TrackingProfile As TrackingProfile

Valeur de propriété

TrackingProfile pour le type de flux de travail.

Remarques

Lorsque l'infrastructure de suivi d'exécution reçoit un événement ProfileUpdated, elle met à jour son cache de profil avec le nouveau TrackingProfile pour le Type de workflow spécifié par WorkflowType.

S’applique à