Proprietà WebSiteGetConfigurationResponse.RemoteDebuggingEnabled
Optional. Indicates if remote debugging is enabled.
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 Boolean)
value = instance.RemoteDebuggingEnabled
instance.RemoteDebuggingEnabled = value
Sintassi
'Dichiarazione
Public Property RemoteDebuggingEnabled As Nullable(Of Boolean)
public Nullable<bool> RemoteDebuggingEnabled { get; set; }
public:
property Nullable<bool> RemoteDebuggingEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_RemoteDebuggingEnabled ()
/** @property */
public void set_RemoteDebuggingEnabled (Nullable<boolean> value)
public function get RemoteDebuggingEnabled () : Nullable<boolean>
public function set RemoteDebuggingEnabled (value : Nullable<boolean>)
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