WebSiteProperties5.StartWebServerOnDebug Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

bool StartWebServerOnDebug { get; set; }
property bool StartWebServerOnDebug {
    bool get();
    void set(bool value);
}
abstract StartWebServerOnDebug : bool with get, set
Property StartWebServerOnDebug As Boolean

Property Value

Type: System.Boolean

Implements

WebSiteProperties4.StartWebServerOnDebug

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top