Condividi tramite


Proprietà WebSiteGetConfigurationResponse.PublishingUserName

Gets or sets the name of the user account that is used for publishing the web site.

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 String

value = instance.PublishingUserName

instance.PublishingUserName = value

Sintassi

'Dichiarazione
Public Property PublishingUserName As String
public string PublishingUserName { get; set; }
public:
property String^ PublishingUserName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PublishingUserName ()

/** @property */
public void set_PublishingUserName (String value)
public function get PublishingUserName () : String

public function set PublishingUserName (value : String)

Valore proprietà

The name.

Osservazioni

This is normally a dollar sign prepended to the web site name (for example, “$contoso”).

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