Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets and sets the list of annotations associated with the extracted data.

Namespace:   System.Workflow.Runtime.Tracking
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
Return to top
Show:
© 2017 Microsoft