NET Logging Library
DefaultRollingTimePeriod Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : DefaultRollingTimePeriod Property
The default period to archive roll file targets. Set the RollingStyle of the target to ArchiveTimePeriod. The default is RollingTimePeriod.Daily
Syntax
Public Property DefaultRollingTimePeriod As RollingTimePeriod
Dim instance As Configuration
Dim value As RollingTimePeriod
 
instance.DefaultRollingTimePeriod = value
 
value = instance.DefaultRollingTimePeriod
public RollingTimePeriod DefaultRollingTimePeriod {get; set;}
public:
property RollingTimePeriod DefaultRollingTimePeriod {
   RollingTimePeriod get();
   void set (    RollingTimePeriod value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Configuration Class
Configuration Members