Share via


WebSiteProperties3.EnableASPXDebugging Property

 

Use Base

True

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.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

WebSiteProperties2.EnableASPXDebugging

See Also

WebSiteProperties3 Interface
VsWebSite90 Namespace

Return to top