Indicates if this counter only has a single instance. Some counters may support multiple instances, for example the processor counter will have one instance per processor on the machine.
[Visual Basic] Public ReadOnly Property SingleInstance As Boolean [C#] public bool SingleInstance {get;} [C++] public: __property bool get_SingleInstance(); [JScript] public function get SingleInstance() : Boolean;
PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace