CompilationSection.DisableObsoleteWarnings 属性

定义

获取或设置编译部分的“disableObsoleteWarnings”配置值是否已设置。

public:
 property bool DisableObsoleteWarnings { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("disableObsoleteWarnings", DefaultValue=true)]
public bool DisableObsoleteWarnings { get; set; }
[<System.Configuration.ConfigurationProperty("disableObsoleteWarnings", DefaultValue=true)>]
member this.DisableObsoleteWarnings : bool with get, set
Public Property DisableObsoleteWarnings As Boolean

属性值

Boolean

如果编译部分的“disableObsoleteWarnings”配置值已设置,则为 true;否则为 false

属性

适用于