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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.