Share via


WebSiteGetConfigurationResponse.RemoteDebuggingEnabled Property

 

Optional. Indicates if remote debugging is enabled.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public Nullable<bool> RemoteDebuggingEnabled { get; set; }
public:
property Nullable<bool> RemoteDebuggingEnabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member RemoteDebuggingEnabled : Nullable<bool> with get, set
Public Property RemoteDebuggingEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top