Maximum size of log file in bytes

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

Syntax

C#
public long MaxFileSize { get; set; }
Visual Basic
Public Property MaxFileSize As Long
	Get
	Set
Visual C++
public:
property long long MaxFileSize {
	long long get ();
	void set (long long value);
}

See Also