Compartir a través de


Site.ServerAutoStart Propiedad

Definición

Obtiene o establece un valor que indica si un servidor de sitio web debe iniciarse automáticamente cuando se inicia Windows.

public:
 property bool ServerAutoStart { bool get(); void set(bool value); };
public bool ServerAutoStart { get; set; }
member this.ServerAutoStart : bool with get, set
Public Property ServerAutoStart As Boolean

Valor de propiedad

true si el servidor de sitio web debería iniciarse automáticamente cuando se inicia Windows; de lo contrario, false.

Se aplica a