ActivityTrackingRecord.Annotations Property

Definition

Gets the collection of annotations associated with the ActivityTrackPoint that was matched.

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

Property Value

An TrackingAnnotationCollection that contains the annotations that are associated with the ActivityTrackPoint that corresponds to this tracking record.

Remarks

This property is set by the runtime tracking infrastructure.

Applies to