Activity.Tags Propiedad

Definición

Obtiene una colección de pares clave-valor que representan información que se registrará junto con en Activity el sistema de registro.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ Tags { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string?>> Tags { get; }
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> Tags { get; }
member this.Tags : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property Tags As IEnumerable(Of KeyValuePair(Of String, String))

Valor de propiedad

Información que se registrará junto con en Activity el sistema de registro.

Comentarios

El orden de las etiquetas de la lista coincide con el orden en el que se agregan a la lista.

Se aplica a

Consulte también