Share via


ContextMessageProperty.Context 属性

定义

获取用于在客户端和服务之间的对话内关联消息的上下文。

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)

属性值

包含用于在客户端和服务之间的对话内关联消息的上下文信息的 IDictionary<TKey,TValue>

适用于