TrackingExtract.Annotations Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented in a derived class, gets the annotations associated with the extracted data.
public:
 abstract property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };public abstract System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollectionPublic MustOverride ReadOnly Property Annotations As TrackingAnnotationCollectionProperty Value
The TrackingAnnotationCollection associated with the extracted data.
Remarks
Annotations are strings that you define that contain information to associate with the extracted data.