SiteLogFile.LogExtFileFlags Property

Definition

Gets or sets the attributes that are recorded in the log file.

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

Property Value

One or more of the LogExtFileFlags values.

Remarks

Important

This property applies only to the World Wide Web Consortium (W3C) logging format.

Applies to