ProfileUpdatedEventArgs.TrackingProfile 属性

定义

获取或设置工作流类型的新 TrackingProfile 值。

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

属性值

工作流类型的 A TrackingProfile

注解

当运行时跟踪基础结构收到事件ProfileUpdated时,它将使用指定的TrackingProfile工作流Type的新增WorkflowType功能更新其配置文件缓存。

适用于