Activity.Baggage Vlastnost

Definice

Získá kolekci párů klíč/hodnota, která představuje informace, které jsou předány podřízeným položkám tohoto Activity.

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

Hodnota vlastnosti

Informace předávané podřízeným položkám tohoto Activitysouboru .

Poznámky

Baggage se serializuje, když požadavky opustí proces (spolu s ID). Obvykle se Baggage používá pro podrobnou kontrolu nad protokolováním aktivity a všech podřízených položek. Obecně platí, že pokud nepoužíváte data za běhu, měli byste místo toho použít .Tags

Platí pro