This documentation is archived and is not being maintained.
CounterSetInstance.Counters Property
Visual Studio 2008
Retrieves the collection of counter data for the counter set instance.
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.CounterSetInstanceCounterDataSetA collection of the counter data contained in the counter set instance.
For an example, see System.Diagnostics.PerformanceData.
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.
Show: