다음을 통해 공유


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입니다.

특성

적용 대상