WindowsFormsSection::JitDebugging Property

 

Gets or sets a value indicating whether just-in-time (JIT) debugging is used.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[ConfigurationPropertyAttribute("jitDebugging", DefaultValue = false)]
property bool JitDebugging {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if JIT debugging is used; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: