NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PerformanceCounter.CounterType

Sets/Returns the counter type for this performance counter

[Visual Basic]
Public ReadOnly Property CounterType As PerformanceCounterType
[C#]
public PerformanceCounterType CounterType {get;}
[C++]
public: __property PerformanceCounterType get_CounterType();
[JScript]
public function get CounterType() : PerformanceCounterType;

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace