TrackingRecord.Annotations Property

Definition

When overridden in a derived class, gets the collection of annotations associated with the track point.

public:
 abstract property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public abstract System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public MustOverride ReadOnly Property Annotations As TrackingAnnotationCollection

Property Value

A TrackingAnnotationCollection that contains the annotations associated with the track point to which this TrackingRecord corresponds.

Remarks

You can specify annotations to be associated with an ActivityTrackPoint, a WorkflowTrackPoint or a UserTrackPoint in a TrackingProfile. The runtime tracking infrastructure stores these annotations, and, when it matches the track point, it returns them in Annotations.

Applies to