Share via


WebSiteProperties.EnableVsWebServer Property

Gets or sets whether to use the ASP.NET Development Server for running file system Web site projects.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
Property EnableVsWebServer As Boolean
'Usage
Dim instance As WebSiteProperties 
Dim value As Boolean 

value = instance.EnableVsWebServer

instance.EnableVsWebServer = value
bool EnableVsWebServer { get; set; }
property bool EnableVsWebServer {
    bool get ();
    void set (bool value);
}
function get EnableVsWebServer () : boolean 
function set EnableVsWebServer (value : boolean)

Property Value

Type: System.Boolean
true if the ASP.NET Development Server is enabled; otherwise false.

Examples

For an example of reading and setting late-bound properties, see WebSiteProperties.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

WebSiteProperties Members

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object