TrackingParticipant.TrackingProfile 属性
定义
跟踪参与者使用的跟踪配置文件对象。The tracking profile object used by the tracking participant. 将跟踪参与者添加到工作流扩展之前,将在参与者上设置跟踪配置文件。Before adding the tracking participant to the workflow extensions, the tracking profile is set on the participant.
public:
virtual property System::Activities::Tracking::TrackingProfile ^ TrackingProfile { System::Activities::Tracking::TrackingProfile ^ get(); void set(System::Activities::Tracking::TrackingProfile ^ value); };
public virtual System.Activities.Tracking.TrackingProfile TrackingProfile { get; set; }
member this.TrackingProfile : System.Activities.Tracking.TrackingProfile with get, set
Public Overridable Property TrackingProfile As TrackingProfile
属性值
跟踪配置文件。The tracking profile.
注解
跟踪配置文件定义将哪些跟踪事件发送到此跟踪参与者。The tracking profile defines which tracking events are sent to this tracking participant.