The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TrackingDataItem::Annotations Property
.NET Framework (current version)
Gets and sets the list of annotations associated with the extracted data.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: property TrackingAnnotationCollection^ Annotations { TrackingAnnotationCollection^ get(); }
Property Value
Type: System.Workflow.Runtime.Tracking::TrackingAnnotationCollection^A TrackingAnnotationCollection that contains the annotations associated with the extracted data.
An ActivityDataTrackingExtract or a WorkflowDataTrackingExtract can specify annotations to be sent with the extracted data. These are contained in the Annotations property.
.NET Framework
Available since 3.0
Available since 3.0
Show: