WebSiteUpdateConfigurationParameters::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)

public:
property Nullable<bool> DetailedErrorLoggingEnabled {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

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

Return to top
Show: