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

특성

적용 대상