Mike1DDataMaxNumberOfErrorLogFileBackups Property |
Maximum number of backups of html error log file. Log files are rolled over so that
older log files are kept. This is the maximum number of old log files that are stored.
Default value is 3.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int MaxNumberOfErrorLogFileBackups { get; set; }
Public Property MaxNumberOfErrorLogFileBackups As Integer
Get
Set
public:
property int MaxNumberOfErrorLogFileBackups {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also