TrackingExtract.Annotations Property

Definition

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.TrackingAnnotationCollection
Public MustOverride ReadOnly Property Annotations As TrackingAnnotationCollection

Property Value

The TrackingAnnotationCollection associated with the extracted data.

Remarks

Annotations are strings that you define that contain information to associate with the extracted data.

Applies to