ActivityTrackPoint.Annotations Property

Definition

Gets the collection of annotations associated with the track point.

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

Property Value

An TrackingAnnotationCollection. The default is an empty collection.

Remarks

You can add to Annotations to specify annotations to be returned in the ActivityTrackingRecord sent to the tracking service when the track point is matched. If Annotations is empty, no annotations are associated with the track point.

Annotations are strings that you define that contain information associated with the track point. For example, an annotation could contain information about the possible execution path the workflow can take from this track point, or it could contain information to be displayed in a user interface.

Applies to