Aracılığıyla paylaş


CustomTrackingRecord.Data Özellik

Tanım

Bu izleme kaydıyla ilişkili kullanıcı tanımlı verileri alır.

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)

Özellik Değeri

Kullanıcı tanımlı veriler.

Şunlara uygulanır