Gets or sets a value indicating whether the messages with the 'Debug' severity should be displayed.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool ShowDebug { get; set; }
Visual Basic
Public Property ShowDebug As Boolean
	Get
	Set
Visual C++
public:
property bool ShowDebug {
	bool get ();
	void set (bool value);
}
F#
member ShowDebug : bool with get, set

Property Value

Type: Boolean
true if the messages are displayed; otherwise, false.

See Also