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 da propriedade

Um TrackingProfile para o tipo de fluxo de trabalho.

Comentários

Quando a infraestrutura de acompanhamento de runtime receber um ProfileUpdated evento, ela atualizará seu cache de perfil com o novo TrackingProfile para o fluxo de Type trabalho especificado por WorkflowType.

Aplica-se a