Share via


WebSiteProperties2.EnableUnmanagedDebugging Property

 

Use Base

True

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

Syntax

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

Property Value

Type: System.Boolean

Implements

WebSiteProperties.EnableUnmanagedDebugging

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top