CustomTrackingRecord.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user-defined data associated with this tracking record.
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)
Property Value
The user-defined data.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.