WebSiteProperties5.EnableVsWebServer Property

 

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

Syntax

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

Property Value

Type: System.Boolean

Implements

WebSiteProperties4.EnableVsWebServer

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top