WebSiteGetConfigurationResponse.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 Property HttpLoggingEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

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

Return to top
Show: