Proprietà WebSiteGetConfigurationResponse.PublishingPassword
Ottiene o imposta il valore hash della password utilizzata per la pubblicazione del sito web.
Spazio dei nomi: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Sintassi
public string PublishingPassword { get; set; }
public:
property String^ PublishingPassword {
String^ get();
void set(String^ value);
}
member PublishingPassword : string with get, set
Public Property PublishingPassword As String
Valore proprietà
Type: System.String
Il valore hash.
Vedere anche
Classe WebSiteGetConfigurationResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.WebSites.Models
Torna all'inizio