SiteTraceFailedRequestsLogging.MaxLogFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.