Прочетете на английски Редактиране

Споделяне чрез


ServiceController.MachineName Property

Definition

Gets or sets the name of the computer on which this service resides.

C#
public string MachineName { get; set; }
C#
public string MachineName { get; }
C#
[System.ComponentModel.Browsable(false)]
[System.ServiceProcess.ServiceProcessDescription("SPMachineName")]
public string MachineName { get; set; }
C#
[System.ComponentModel.Browsable(false)]
[System.ServiceProcess.ServiceProcessDescription("SPMachineName")]
[System.ComponentModel.SettingsBindable(true)]
public string MachineName { get; set; }

Property Value

The name of the computer that is running the service associated with this ServiceController instance. The default is the local computer (".").

Attributes

Exceptions

The MachineName syntax is invalid.

Remarks

The computer name is the name of the server that is running this service, without the preceding backslash characters (\).

Applies to

Продукт Версии
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)