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

Returns true if counter is read only (system counter, foreign extensible counter or remote counter)

[Visual Basic]
Public ReadOnly Property ReadOnly As Boolean
[C#]
public bool ReadOnly {get;}
[C++]
public: __property bool get_ReadOnly();
[JScript]
public function get ReadOnly() : Boolean;

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace