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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.