IsWarn Property

MCManager API

Is warning enabled. This bool property can be useful to do conditonal warning chunks to reduce the extra overhead to build the warning message.

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

Syntax

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

See Also