WorkflowTrackPoint::Annotations Property
Gets the collection of annotations associated with the track point.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: property TrackingAnnotationCollection^ Annotations { TrackingAnnotationCollection^ get(); }
Property Value
Type: System.Workflow.Runtime.Tracking::TrackingAnnotationCollection^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.
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.
Available since 3.0