SettingsSection::PerformanceCounters Property

 

Gets the configuration element that controls whether network performance counters are enabled.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("performanceCounters")]
property PerformanceCountersElement^ PerformanceCounters {
	PerformanceCountersElement^ get();
}

Property Value

Type: System.Net.Configuration::PerformanceCountersElement^

A PerformanceCountersElement.

The configuration element that controls setting used network performance counters.

.NET Framework
Available since 2.0
Return to top
Show: