Set the maximum number of backup files to retain. If this is set to zero, the log file will be truncated when it reaches the MaxSize. Backup files are called FileName.1, FileName.2 etc. This value can't be negative. The default is 1 backup file.

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

Syntax

C#
public int MaxSizeRollBackups { get; set; }
Visual Basic
Public Property MaxSizeRollBackups As Integer
	Get
	Set
Visual C++
public:
property int MaxSizeRollBackups {
	int get ();
	void set (int value);
}

See Also