DataTokensMetadata.DataTokens 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.
Get the data tokens.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ DataTokens { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> DataTokens { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> DataTokens { get; }
member this.DataTokens : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property DataTokens As IReadOnlyDictionary(Of String, Object)