PerformanceCountersElement.Enabled Propriedade

Definição

Obtém ou define se os contadores de desempenho estão habilitados.Gets or sets whether performance counters are enabled.

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

Valor da propriedade

Boolean

true Se os contadores de desempenho estiverem habilitados; caso contrário, false .true if performance counters are enabled; otherwise, false.

Atributos

Comentários

O valor padrão para essa propriedade é false.The default value for this property is false.

Aplica-se a

Confira também