SiteDefaults.LogFile Property

Definition

Gets the default log file configuration for Web sites on a server

public:
 property Microsoft::Web::Administration::SiteLogFile ^ LogFile { Microsoft::Web::Administration::SiteLogFile ^ get(); };
public Microsoft.Web.Administration.SiteLogFile LogFile { get; }
member this.LogFile : Microsoft.Web.Administration.SiteLogFile
Public ReadOnly Property LogFile As SiteLogFile

Property Value

A SiteLogFile object that configures the default log file configuration 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.

Applies to