ServiceControllerPermissionAttribute.MachineName Propiedad

Definición

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

public:
 property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public string MachineName { get; set; }
member this.MachineName : string with get, set
Public Property MachineName As String

Valor de propiedad

Nombre del equipo que ejecuta el servicio asociado a ServiceController.

Excepciones

La sintaxis MachineName no es válida.

Se aplica a