ServiceControllerPermissionEntry.MachineName Propiedad

Definición

Obtiene el nombre del equipo en el que reside el servicio.

public:
 property System::String ^ MachineName { System::String ^ get(); };
public string MachineName { get; }
member this.MachineName : string
Public ReadOnly Property MachineName As String

Valor de propiedad

Nombre del equipo que ejecuta el servicio asociado a ServiceController.

Se aplica a