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!

ServiceController.MachineName

The name of the machine on which this service resides.

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

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace