CompilationSection.DisableObsoleteWarnings Eigenschaft

Definition

Ruft ab oder legt fest, ob der Konfigurationswert "disableObsoleteWarnings" im Abschnitt "Kompilierung" festgelegt ist.

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

Eigenschaftswert

truewenn der Konfigurationswert "disableObsoleteWarnings" im Abschnitt "Kompilierung" festgelegt ist; andernfalls . false

Attribute

Gilt für: