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;
PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace