System.Web.Configuration.TraceSection.MostRecent Property

Gets or sets a value indicating whether the most recent requests are always stored on the server.

Syntax

[System.Configuration.ConfigurationProperty("mostRecent", DefaultValue="False")]
public bool MostRecent { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Requests are stored in the trace log in the order they arrive, up to the number of requests specified in the TraceSection.RequestLimit property. When the request limit is reached and TraceSection.MostRecent is true, older requests are automatically discarded and new requests continue to be added to the log. When the request limit is reached and TraceSection.MostRecent is false, new requests are discarded until earlier requests are removed from the log or the request limit is increased.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0