DiagnosticSection.PerformanceCountersEnabled Property

Definition

Gets or sets a Boolean value that indicates whether performance counters are enabled for diagnostic purpose.

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

Property Value

true if performance counters are enabled; otherwise, false.

Attributes

Applies to