Visual Basic (Declaration) | |
---|---|
Public Property RollSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RollingFileLoggingChannel Dim value As Integer instance.RollSize = value value = instance.RollSize |
C# | |
---|---|
public int RollSize {get; set;} |
Property Value
The maximum size of a log file.The size is the maximum size that the file can be. If a new log will will increase the file size beyond the size limit the file will be rolled over.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7