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