WebSiteProperties2.EnableASPXDebugging Property

 

Use Base

True

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

Syntax

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

Property Value

Type: System.Boolean

Implements

WebSiteProperties.EnableASPXDebugging

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top