Поделиться через


DiagnosticSection.PerformanceCountersEnabled Свойство

Определение

Возвращает или задает логическое значение, определяющее, включены ли счетчики производительности для целей диагностики.

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

Значение свойства

Значение true, если счетчики производительности включены; в противном случае — false.

Атрибуты

Применяется к