Activity.Tags Egenskap

Definition

Hämtar en samling nyckel/värde-par som representerar information som ska loggas tillsammans med Activity loggningssystemet.

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))

Egenskapsvärde

Information som loggas tillsammans med Activity loggningssystemet.

Kommentarer

Ordningen på taggarna i listan matchar i vilken ordning de läggs till i listan.

Gäller för

Se även