Compartir a través de


VirtualApplication.PreloadEnabled Propiedad

Definición

Obtiene o establece <code>true</code> si la precarga está habilitada; en caso contrario, <code>false</code>.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a