Pegasus Class Library Help
For Internal use only.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public bool DebugMode { get; set; }
Visual Basic (Declaration)
Public Property DebugMode As Boolean
Visual C++
public:
property bool DebugMode {
	bool get ();
	void set (bool value);
}

Field Value

true if [debug mode]; otherwise, false.

See Also