This documentation is archived and is not being maintained.

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)

'Declaration
Public ReadOnly Property Counters As CounterSetInstanceCounterDataSet
'Usage
Dim instance As CounterSetInstance 
Dim value As CounterSetInstanceCounterDataSet 

value = instance.Counters

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.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: