WebSiteProperties5.EnableUnmanagedDebugging Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.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

WebSiteProperties4.EnableUnmanagedDebugging

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top