CounterSetInstance::Counters Property

 

Retrieves the collection of counter data for the counter set instance.

Namespace:   System.Diagnostics.PerformanceData
Assembly:  System.Core (in System.Core.dll)

public:
property CounterSetInstanceCounterDataSet^ Counters {
	CounterSetInstanceCounterDataSet^ get();
}

Property Value

Type: System.Diagnostics.PerformanceData::CounterSetInstanceCounterDataSet^

A collection of the counter data contained in the counter set instance.

Use this property to index the counters in the counter set instance.

.NET Framework
Available since 3.5
Return to top
Show: