Proprietà WebSiteGetConfigurationResponse.Use32BitWorkerProcess
Gets or sets whether 32-bit mode 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.Use32BitWorkerProcess
instance.Use32BitWorkerProcess = value
Sintassi
'Dichiarazione
Public Property Use32BitWorkerProcess As Nullable(Of Boolean)
public Nullable<bool> Use32BitWorkerProcess { get; set; }
public:
property Nullable<bool> Use32BitWorkerProcess {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_Use32BitWorkerProcess ()
/** @property */
public void set_Use32BitWorkerProcess (Nullable<boolean> value)
public function get Use32BitWorkerProcess () : Nullable<boolean>
public function set Use32BitWorkerProcess (value : Nullable<boolean>)
Valore proprietà
true if 32-bit mode is enabled; otherwise, false.
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