HTMLLogMaxNumberOfFileBackups Property |
Number of backups of the error log. If a *name*.html log file exists, then it is backed up with a
*name*01.html ending. If *name*01.html exists, then it is moved to *name*02.html etc.
MaxNumberOfErrorLogFileBackups is the last number of the backed up files. The last backed up file is
deleted. The default value is 10.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int MaxNumberOfFileBackups { get; set; }
Public Property MaxNumberOfFileBackups As Integer
Get
Set
public:
property int MaxNumberOfFileBackups {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also