Share via


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)

속성 값

사용자 정의 데이터입니다.

적용 대상