Compartilhar via


Propriedade WebSpacesCreatePublishingUserParameters.PublishingUserName

Gets or sets the username of the publishing user.

Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim instance As WebSpacesCreatePublishingUserParameters
Dim value As String

value = instance.PublishingUserName

instance.PublishingUserName = value

Sintaxe

'Declaração
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)

Valor da Propriedade

The username.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebSpacesCreatePublishingUserParameters
Membros WebSpacesCreatePublishingUserParameters
Namespace Microsoft.WindowsAzure.Management.WebSites.Models