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

para TrackingProfile el tipo de flujo de trabajo.

Comentarios

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

Se aplica a