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!

PerformanceCounterCategory.MachineName

Gets/sets the Machine name

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

See Also

PerformanceCounterCategory Class | PerformanceCounterCategory Members | System.Diagnostics Namespace