다음을 통해 공유


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.

적용 대상