Share via


WebSiteProperties4.EnableSQLServerDebugging Property

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

Syntax

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

Property Value

Type: Boolean

Implements

WebSiteProperties3.EnableSQLServerDebugging

.NET Framework Security

See Also

Reference

WebSiteProperties4 Interface

EnableSQLServerDebugging Overload

VsWebSite100 Namespace