CounterSetInstance::Counters Property
.NET Framework (current version)
Retrieves the collection of counter data for the counter set instance.
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.
For an example, see System.Diagnostics.PerformanceData.
.NET Framework
Available since 3.5
Available since 3.5
Show: