ProfileUpdatedEventArgs.TrackingProfile Propriedade

Definição

Obtém ou define o novo TrackingProfile para o tipo de fluxo de trabalho.

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 Propriedade

A TrackingProfile para o tipo de fluxo de trabalho.

Observações

Quando a infraestrutura de rastreamento em tempo de execução recebe um ProfileUpdated evento, esta atualiza a cache do seu perfil com o novo TrackingProfile para o fluxo de trabalho Type especificado por WorkflowType.

Aplica-se a