WorkflowTrackPoint.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 that contains the annotations associated with the track point. The default is an empty collection; it specifies that no annotations are to be associated with the track point.

Remarks

You can add to Annotations to specify annotations to be returned in the WorkflowTrackingRecord sent to the tracking service when the track point is matched.

Annotations are strings that you define that contain information to associate 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