次の方法で共有


Site.ServerAutoStart プロパティ

定義

Windows の起動時に Web サイト サーバーを自動的に起動するかどうかを示す値を取得または設定します。

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 の起動時に Web サイト サーバーを自動的に起動する必要がある場合。それ以外の場合は false

適用対象