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.CounterName

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);

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace