Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public Nullable<bool> HttpLoggingEnabled { get; set; }
public:
property Nullable<bool> HttpLoggingEnabled {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member HttpLoggingEnabled : Nullable<bool> with get, set
Public Property HttpLoggingEnabled As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
true if HTTP error logging is enabled; otherwise, false.
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top