Compartir vía


TrackingQuery.QueryAnnotations Propiedad

Definición

Colección de datos en forma de pares nombre-valor incluida con los datos que devuelve esta consulta.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ QueryAnnotations { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> QueryAnnotations { get; }
member this.QueryAnnotations : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property QueryAnnotations As IDictionary(Of String, String)

Valor de propiedad

La colección de anotaciones.

Se aplica a