Share via


CorrelationKey.KeyData プロパティ

定義

キー データのディクショナリを取得します。

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

プロパティ値

キー データのディクショナリ。

適用対象