Compartir a través de


FileSystemHttpLogsConfig.Enabled Propiedad

Definición

Obtiene o establece true si la configuración está habilitada, false si está deshabilitada y null si no se establece la configuración.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a