CustomTrackingRecord.Data プロパティ

定義

この追跡レコードに関連付けられているユーザー定義データを取得します。

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

プロパティ値

ユーザー定義データ。

適用対象