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: