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

屬性值

true如果編譯區段的「disableObsoleteWarnings」設定值為設定;否則,。 false

屬性

適用於