If true then timestamps will be shown in log.

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

Syntax

C#
public static bool ShowTimestamp { get; set; }
Visual Basic
Public Shared Property ShowTimestamp As Boolean
	Get
	Set
Visual C++
public:
static property bool ShowTimestamp {
	bool get ();
	void set (bool value);
}

See Also