SiteConfig.DetailedErrorLoggingEnabled Property

Definition

Gets or sets <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="detailedErrorLoggingEnabled")]
public bool? DetailedErrorLoggingEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="detailedErrorLoggingEnabled")>]
member this.DetailedErrorLoggingEnabled : Nullable<bool> with get, set
Public Property DetailedErrorLoggingEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to