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)

屬性值

索引鍵資料的字典。

適用於