TrackingDataItem.Annotations Propriedade
Definição
Obtém ou define a lista de anotações associadas com os dados extraídos.Gets or sets the list of annotations associated with the extracted data.
public:
property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public ReadOnly Property Annotations As TrackingAnnotationCollection
Valor da propriedade
Um TrackingAnnotationCollection que contém as anotações associadas aos dados extraídos.A TrackingAnnotationCollection that contains the annotations associated with the extracted data.
Comentários
Um ActivityDataTrackingExtract ou um WorkflowDataTrackingExtract pode especificar anotações a serem enviadas com os dados extraídos.An ActivityDataTrackingExtract or a WorkflowDataTrackingExtract can specify annotations to be sent with the extracted data. Eles estão contidos na Annotations propriedade.These are contained in the Annotations property.