SiteConfig.HttpLoggingEnabled Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to