Sets/returns the performance counter name for this performance counter
[Visual Basic] Public Property CounterName As String [C#] public string CounterName {get; set;} [C++] public: __property String* get_CounterName(); public: __property void set_CounterName(String*); [JScript] public function get CounterName() : String; public function set CounterName(String);
PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace