SiteInfo.ServerAutoStart Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public bool ServerAutoStart { get; }
public:
property bool ServerAutoStart {
    bool get();
}
member ServerAutoStart : bool with get
Public ReadOnly Property ServerAutoStart As Boolean

Property Value

Type: System.Boolean

See Also

SiteInfo Class
Microsoft.Web.Management.Server Namespace

Return to top