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);
ServiceController Class | ServiceController Members | System.ServiceProcess Namespace