Compartir a través de


SiteConfig.RemoteDebuggingEnabled Propiedad

Definición

Obtiene o establece <code>true</code> si la depuración remota está habilitada; de lo contrario, <code>false</code>.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a