Returns the level of this message

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public Level LogLevel { get; }
Visual Basic
Public ReadOnly Property LogLevel As Level
	Get
Visual C++
public:
property Level^ LogLevel {
	Level^ get ();
}

See Also