IsDebugEnabled Property

MCManager API

Returns debug state.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public bool IsDebugEnabled { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsDebugEnabled As Boolean
Visual C++
public:
property bool IsDebugEnabled {
	bool get ();
}

See Also