Site.ServerAutoStart 属性

定义

获取或设置一个值,该值指示网站服务器是否应在 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

属性值

true 如果网站服务器应在 Windows 启动时自动启动,则为 ;否则为 false

适用于