ServiceController::MachineName Property
.NET Framework (current version)
Gets or sets the name of the computer on which this service resides.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
public: [BrowsableAttribute(false)] [ServiceProcessDescriptionAttribute("SPMachineName")] [SettingsBindableAttribute(true)] property String^ MachineName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the computer that is running the service associated with this ServiceController instance. The default is the local computer (".").
| Exception | Condition |
|---|---|
| ArgumentException | The MachineName syntax is invalid. |
The computer name is the name of the server that is running this service, without the preceding backslash characters (\\).
.NET Framework
Available since 1.1
Available since 1.1
Show: