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.

ActivityTrackingRecord::Annotations Property

 

Gets the collection of annotations associated with the ActivityTrackPoint that was matched.

Namespace:   System.Workflow.Runtime.Tracking
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^

An TrackingAnnotationCollection that contains the annotations that are associated with the ActivityTrackPoint that corresponds to this tracking record.

This property is set by the runtime tracking infrastructure.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft