ModelMetadata.AdditionalValues 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 a collection of additional information about the model.
public:
abstract property System::Collections::Generic::IReadOnlyDictionary<System::Object ^, System::Object ^> ^ AdditionalValues { System::Collections::Generic::IReadOnlyDictionary<System::Object ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyDictionary<object,object> AdditionalValues { get; }
member this.AdditionalValues : System.Collections.Generic.IReadOnlyDictionary<obj, obj>
Public MustOverride ReadOnly Property AdditionalValues As IReadOnlyDictionary(Of Object, Object)