Proprietà WebSiteGetConfigurationResponse.HttpLoggingEnabled
Gets or sets whether HTTP error logging 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.HttpLoggingEnabled
instance.HttpLoggingEnabled = value
Sintassi
'Dichiarazione
Public Property HttpLoggingEnabled As Nullable(Of Boolean)
public Nullable<bool> HttpLoggingEnabled { get; set; }
public:
property Nullable<bool> HttpLoggingEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_HttpLoggingEnabled ()
/** @property */
public void set_HttpLoggingEnabled (Nullable<boolean> value)
public function get HttpLoggingEnabled () : Nullable<boolean>
public function set HttpLoggingEnabled (value : Nullable<boolean>)
Valore proprietà
true if HTTP error logging 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