PerformanceCountersElement.Enabled Propiedad

Definición

Obtiene o establece si se habilitan los contadores de rendimiento.

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

Valor de propiedad

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

Atributos

Comentarios

El valor predeterminado de esta propiedad es false.

Se aplica a

Consulte también