Maximum size of log file in bytes

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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