SiteDefaults.TraceFailedRequestsLogging 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 the default failed-request logging properties for Web sites.
public:
property Microsoft::Web::Administration::SiteTraceFailedRequestsLogging ^ TraceFailedRequestsLogging { Microsoft::Web::Administration::SiteTraceFailedRequestsLogging ^ get(); };
public Microsoft.Web.Administration.SiteTraceFailedRequestsLogging TraceFailedRequestsLogging { get; }
member this.TraceFailedRequestsLogging : Microsoft.Web.Administration.SiteTraceFailedRequestsLogging
Public ReadOnly Property TraceFailedRequestsLogging As SiteTraceFailedRequestsLogging
Property Value
A SiteTraceFailedRequestsLogging object that configures the default failed-request logging properties for Web sites on the current server.
Remarks
The values specified in the object that this property gets apply to newly created Web sites on the current server. The values also apply to existing Web sites that do not have explicit override values.