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

Returns the description message for this performance counter

[Visual Basic]
Public ReadOnly Property CounterHelp As String
[C#]
public string CounterHelp {get;}
[C++]
public: __property String* get_CounterHelp();
[JScript]
public function get CounterHelp() : String;

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace