SiteTraceFailedRequestsLogging.MaxLogFiles Property

Definition

Gets or sets the maximum number of failed-request log files to keep for a Web site.

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

Property Value

The maximum number, from 1 through 10000, of failed-request log files to keep for a site that has enabled failed-request logging.

Exceptions

The property value is less than 1 or greater than 10000.

Applies to