Compartir a través de


DiagnosticSection.PerformanceCountersEnabled Propiedad

Definición

Obtiene o establece un valor booleano que indica si los contadores de rendimiento están habilitados para el diagnóstico.

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

Valor de propiedad

true si se habilitan los contadores de rendimiento; de lo contrario, es false.

Atributos

Se aplica a