DiagnosticSection::PerformanceCountersEnabled Property

 

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

Namespace:   System.ServiceModel.Activation.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("performanceCountersEnabled", 
	DefaultValue = true)]
property bool PerformanceCountersEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if performance counters are enabled; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: