Share via


SiteLogFile.LogFormat Property

Definition

Gets or sets the format of the log file.

public:
 property Microsoft::Web::Administration::LogFormat LogFormat { Microsoft::Web::Administration::LogFormat get(); void set(Microsoft::Web::Administration::LogFormat value); };
public Microsoft.Web.Administration.LogFormat LogFormat { get; set; }
member this.LogFormat : Microsoft.Web.Administration.LogFormat with get, set
Public Property LogFormat As LogFormat

Property Value

One of the LogFormat values. The default is Microsoft.Web.Administration.LogFormat.W3C.

Applies to