Share via


WebSiteProperties3.EnableASPXDebugging Property

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

VsWebSite90 Namespace