WebSiteProperties.EnableUnmanagedDebugging Property

Definition

Gets or sets whether to also invoke native code debugging when invoking the debugger for the Web site.

public:
 property bool EnableUnmanagedDebugging { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1016)]
public bool EnableUnmanagedDebugging { [System.Runtime.InteropServices.DispId(1016)] get; [System.Runtime.InteropServices.DispId(1016)] set; }
[<System.Runtime.InteropServices.DispId(1016)>]
[<get: System.Runtime.InteropServices.DispId(1016)>]
[<set: System.Runtime.InteropServices.DispId(1016)>]
member this.EnableUnmanagedDebugging : bool with get, set
Public Property EnableUnmanagedDebugging As Boolean

Property Value

true if native code debugging is enabled; otherwise false.

Attributes

Applies to