Compartir a través de


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

String

Nombre del equipo que está ejecutando el servicio asociado al ServiceController.

Excepciones

La sintaxis de MachineName no es válida.

Se aplica a