IsInfo Property

MCManager API

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

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

Syntax

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

See Also