TrackingProfile Class
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.
Creates a subscription to workflow tracking records in a TrackingParticipant.
public ref class TrackingProfile
[System.Windows.Markup.ContentProperty("Queries")]
public class TrackingProfile
[<System.Windows.Markup.ContentProperty("Queries")>]
type TrackingProfile = class
Public Class TrackingProfile
- Inheritance
-
TrackingProfile
- Attributes
Remarks
The queries defined within the tracking profile define the kinds of events that are returned by the subscription.
Constructors
TrackingProfile() |
Creates a new instance of the TrackingProfile class. |
Properties
ActivityDefinitionId |
Gets or sets the activity definition ID of the tracking profile. |
ImplementationVisibility |
Gets or sets a value that filters tracking records emitted from nested activities within a top level activity (activities that compose the implementation of another activity.) |
Name |
Gets the display name of the tracking profile. |
Queries |
Gets the collection of TrackingQuery objects that define the records to which this tracking profile subscribes. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |