Partager via


ContextMessageProperty.Context Propriété

Définition

Obtient le contexte utilisé pour faire correspondre des messages faisant partie d'une conversation entre un client et un service.

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

Valeur de propriété

IDictionary<TKey,TValue> contenant les informations de contexte utilisées pour faire correspondre des messages faisant partie d'une conversation entre un client et un service.

S’applique à