다음을 통해 공유


CallbackContextMessageProperty.Context 속성

정의

CallbackContextMessageProperty와 연결된 컨텍스트를 가져옵니다.

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)

속성 값

컨텍스트입니다.

적용 대상