WebSiteUpdateConfigurationParameters.HttpLoggingEnabled Property

 

Gets or sets whether HTTP error logging is enabled.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public Nullable<bool> HttpLoggingEnabled { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if HTTP error logging is enabled; otherwise, false.

Return to top
Show: