DiagnosticSection.PerformanceCountersEnabled Propriété

Définition

Obtient ou définit une valeur Boolean qui indique si les compteurs de performance sont activés à des fins de diagnostic.

public:
 property bool PerformanceCountersEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("performanceCountersEnabled", DefaultValue=true)]
public bool PerformanceCountersEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("performanceCountersEnabled", DefaultValue=true)>]
member this.PerformanceCountersEnabled : bool with get, set
Public Property PerformanceCountersEnabled As Boolean

Valeur de propriété

true si les compteurs de performance sont activés ; sinon false.

Attributs

S’applique à