Share via


WebSiteGetConfigurationResponse.DetailedErrorLoggingEnabled Property

 

Gets or sets whether detailed 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> DetailedErrorLoggingEnabled { get; set; }
public:
property Nullable<bool> DetailedErrorLoggingEnabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member DetailedErrorLoggingEnabled : Nullable<bool> with get, set
Public Property DetailedErrorLoggingEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

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

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top