ActivityDataTrackingExtract::Annotations Property
Gets the collection of annotations associated with the extracted data.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: property TrackingAnnotationCollection^ Annotations { virtual TrackingAnnotationCollection^ get() override; }
Property Value
Type: System.Workflow.Runtime.Tracking::TrackingAnnotationCollection^The TrackingAnnotationCollection associated with the activity property or field to be extracted. The default is an empty collection.
When a track point is matched, the runtime tracking infrastructure includes both the extracted data and the annotation collection in the tracking record that it sends to the tracking service. You can add to Annotations to associate additional information with the extracted data.
Available since 3.0