Share via


SiteLogFile.TruncateSize Property

Definition

Gets or sets the size, in bytes, at which the log file contents are truncated.

public:
 property long TruncateSize { long get(); void set(long value); };
public long TruncateSize { get; set; }
member this.TruncateSize : int64 with get, set
Public Property TruncateSize As Long

Property Value

The size, in bytes, at which the log file contents are truncated if the Period property is set to MaxSize.

Remarks

To enable this property, you must set the Period property to Microsoft.Web.Administration.LoggingRolloverPeriod.MaxSize.

Applies to