Share via


WebSiteGetConfigurationResponse.RemoteDebuggingVersion Property

Optional. The remote debugging version.

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

Usage

'Usage
Dim instance As WebSiteGetConfigurationResponse
Dim value As Nullable(Of RemoteDebuggingVersion)

value = instance.RemoteDebuggingVersion

instance.RemoteDebuggingVersion = value

Syntax

'Declaration
Public Property RemoteDebuggingVersion As Nullable(Of RemoteDebuggingVersion)
public Nullable<RemoteDebuggingVersion> RemoteDebuggingVersion { get; set; }
public:
property Nullable<RemoteDebuggingVersion> RemoteDebuggingVersion {
    Nullable<RemoteDebuggingVersion> get ();
    void set (Nullable<RemoteDebuggingVersion> value);
}
/** @property */
public Nullable<RemoteDebuggingVersion> get_RemoteDebuggingVersion ()

/** @property */
public void set_RemoteDebuggingVersion (Nullable<RemoteDebuggingVersion> value)
public function get RemoteDebuggingVersion () : Nullable<RemoteDebuggingVersion>

public function set RemoteDebuggingVersion (value : Nullable<RemoteDebuggingVersion>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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