The formatted message text, constructed from the arguments and using the Text as a formatting string.

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

Syntax

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

See Also