The message text.

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

Syntax

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

Remarks

Normally this is a log message, but if additional arguments are supplied, this will be a Format string so the extra arguments can be displayed correctly.

See Also