Condividi tramite


Proprietà WebSiteGetConfigurationResponse.RemoteDebuggingVersion

Optional. The remote debugging version.

Spazio dei nomi: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Utilizzo

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

value = instance.RemoteDebuggingVersion

instance.RemoteDebuggingVersion = value

Sintassi

'Dichiarazione
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>)

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe WebSiteGetConfigurationResponse
Membri WebSiteGetConfigurationResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.WebSites.Models