Compartir a través de


ProfileUpdatedEventArgs.TrackingProfile Propiedad

Definición

Obtiene o establece el nuevo TrackingProfile para el tipo de flujo de trabajo.

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

Valor de propiedad

Objeto TrackingProfile del tipo de flujo de trabajo especificado.

Comentarios

Cuando la infraestructura de seguimiento en tiempo de ejecución recibe un evento ProfileUpdated, actualizará su caché de perfiles con el nuevo TrackingProfile para el Type del flujo de trabajo especificado por WorkflowType.

Se aplica a