TrackingParticipant.TrackingProfile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
The tracking profile.
Remarks
The tracking profile defines which tracking events are sent to this tracking participant.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.