StackMinorVersion.IsRemoteDebuggingEnabled Property

Definition

Gets or sets <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to