ConfigureCompatibilityOptions<TOptions>.DefaultValues 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 default values of compatibility switches associated with the applications configured CompatibilityVersion.
protected:
abstract property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ DefaultValues { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
protected abstract System.Collections.Generic.IReadOnlyDictionary<string,object> DefaultValues { get; }
member this.DefaultValues : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Protected MustOverride ReadOnly Property DefaultValues As IReadOnlyDictionary(Of String, Object)