 | BasicAppSettingsDebugArchivingInterval property |
Time interval at which the current log (DebugFile, etc.)
is archived and emptied.
Default: 24 hours.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic TimeSpan DebugArchivingInterval { get; set; }
Public Property DebugArchivingInterval As TimeSpan
Get
Set
public:
property TimeSpan DebugArchivingInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member DebugArchivingInterval : TimeSpan with get, set
Property value
TimeSpan
See also