Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Optional. The remote debugging version.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<RemoteDebuggingVersion> RemoteDebuggingVersion { get; set; }
public:
property Nullable<RemoteDebuggingVersion> RemoteDebuggingVersion {
Nullable<RemoteDebuggingVersion> get();
void set(Nullable<RemoteDebuggingVersion> value);
}
member RemoteDebuggingVersion : Nullable<RemoteDebuggingVersion> with get, set
Public Property RemoteDebuggingVersion As Nullable(Of RemoteDebuggingVersion)
Property Value
Type: System.Nullable<RemoteDebuggingVersion>
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top