ProfileUpdatedEventArgs.TrackingProfile Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.