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

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;

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace