Share via


WebSiteProperties2.EnableSQLServerDebugging Property

 

Use Base

True

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

Syntax

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

Property Value

Type: System.Boolean

Implements

WebSiteProperties.EnableSQLServerDebugging

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top