DiagnosticSection.PerformanceCountersEnabled Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob Leistungsindikatoren für Diagnosezwecke aktiviert sind.

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

Eigenschaftswert

truewenn Leistungsindikatoren aktiviert sind; andernfalls . false

Attribute

Gilt für: