WebSiteProperties5.EnableUnmanagedDebugging Property

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

Syntax

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

Property Value

Type: Boolean

Implements

WebSiteProperties4.EnableUnmanagedDebugging

.NET Framework Security

See Also

Reference

WebSiteProperties5 Interface

EnableUnmanagedDebugging Overload

VsWebSite100 Namespace