Name of file to which logs will be written.

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

Syntax

C#
public static string LogFile { get; set; }
Visual Basic
Public Shared Property LogFile As String
	Get
	Set
Visual C++
public:
static property String^ LogFile {
	String^ get ();
	void set (String^ value);
}

Remarks

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

See Also