CompilationSection.DisableObsoleteWarnings Property
.NET Framework (current version)
Gets or sets whether the "disableObsoleteWarnings" configuration value in the Compilation section is set.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("disableObsoleteWarnings", DefaultValue = true)] public bool DisableObsoleteWarnings { get; set; }
Property Value
Type: System.Booleantrue if the "disableObsoleteWarnings" configuration value in the Compilation section is set; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: