Activity.Baggage Propriedade

Definição

Obtém uma coleção de pares chave/valor que representa informação que é passada aos filhos deste 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))

Valor de Propriedade

Informação que é passada às crianças disto Activity.

Observações

Baggage é serializada quando os pedidos saem do processo (juntamente com o ID). Normalmente, Baggage é usado para controlo detalhado do registo da atividade e de quaisquer filhos. Em geral, se não estiveres a usar os dados em tempo de execução, deves usar Tags em vez disso.

Aplica-se a