Determines whether or not logs will be written to the console.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Remarks

This method wraps LogToConsole so setting either is equivalent to setting the other.

See Also