Base:
property
Annotations
System.Workflow.Runtime.Tracking.TrackingRecord.Annotations
3 references to Annotations
System.Workflow.Runtime (3)
RTTrackingProfile.cs (1)
237record.Annotations.AddRange(item.Point.Annotations);
Tracking\SqlTrackingService.cs (1)
1606foreach (string s in record.Annotations)
Tracking\SqlTrackingWorkflowInstance.cs (1)
252activity.Annotations.Add(annotation);