SiteConfig.RequestTracingEnabled Property

Definition

Gets or sets <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to