TrackingQueryElement.Annotations Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of annotations associated with the TrackingQueryElement.
public:
 property System::ServiceModel::Activities::Tracking::Configuration::AnnotationElementCollection ^ Annotations { System::ServiceModel::Activities::Tracking::Configuration::AnnotationElementCollection ^ get(); };[System.Configuration.ConfigurationProperty("annotations")]
public System.ServiceModel.Activities.Tracking.Configuration.AnnotationElementCollection Annotations { get; }[<System.Configuration.ConfigurationProperty("annotations")>]
member this.Annotations : System.ServiceModel.Activities.Tracking.Configuration.AnnotationElementCollectionPublic ReadOnly Property Annotations As AnnotationElementCollectionProperty Value
A collection of annotations.
- Attributes