Sdílet prostřednictvím


CompilationSection.DisableObsoleteWarnings Vlastnost

Definice

Získá nebo nastaví, zda je nastavena hodnota konfigurace disableObsoleteWarnings v oddílu Kompilace.

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

Hodnota vlastnosti

Boolean

truepokud je nastavena hodnota konfigurace disableObsoleteWarnings v části Kompilace; v opačném případě . false

Atributy

Platí pro