SiteLogFile.Period 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 a value that specifies how frequently a new log file is created.
public:
property Microsoft::Web::Administration::LoggingRolloverPeriod Period { Microsoft::Web::Administration::LoggingRolloverPeriod get(); void set(Microsoft::Web::Administration::LoggingRolloverPeriod value); };
public Microsoft.Web.Administration.LoggingRolloverPeriod Period { get; set; }
member this.Period : Microsoft.Web.Administration.LoggingRolloverPeriod with get, set
Public Property Period As LoggingRolloverPeriod
Property Value
One of the LoggingRolloverPeriod values.
Remarks
IIS 7 can create a new log file on a specified frequency: hourly, daily, weekly, monthly, or when the file reaches a specified size.