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

Sets/returns an instance name for this performance counter

[Visual Basic]
Public Property InstanceName As String
[C#]
public string InstanceName {get; set;}
[C++]
public: __property String* get_InstanceName();
public: __property void set_InstanceName(String*);
[JScript]
public function get InstanceName() : String;
public function set InstanceName(String);

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace