Share via


WebSiteProperties4.StartWebServerOnDebug Property

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

Syntax

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

Property Value

Type: Boolean

Implements

WebSiteProperties3.StartWebServerOnDebug

.NET Framework Security

See Also

Reference

WebSiteProperties4 Interface

StartWebServerOnDebug Overload

VsWebSite100 Namespace