Site.LogFile 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 a log file that you can use to configure logging for a Web site.
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 you can use to configure logging for a Web site.