WorkflowTrackingRecord.Annotations Property

Definition

Gets the collection of annotations associated with the WorkflowTrackPoint 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 WorkflowTrackPoint.

Remarks

This property is set by the runtime tracking infrastructure.

Applies to