Share via


SiteConfig.RemoteDebuggingEnabled Property

Definition

true if remote debugging is enabled; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public bool? RemoteDebuggingEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.RemoteDebuggingEnabled : Nullable<bool> with get, set
Public Property RemoteDebuggingEnabled As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to