Compartir a través de


SiteConfigResource.HttpLoggingEnabled Propiedad

Definición

Obtiene o establece <code>true</code> si el registro HTTP está habilitado; en caso contrario, <code>false</code>.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a