Compartilhar via


Propriedade WebSpacesCreatePublishingUserParameters.PublishingPassword

Gets or sets the password for 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.PublishingPassword

instance.PublishingPassword = value

Sintaxe

'Declaração
Public Property PublishingPassword As String
public string PublishingPassword { get; set; }
public:
property String^ PublishingPassword {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PublishingPassword ()

/** @property */
public void set_PublishingPassword (String value)
public function get PublishingPassword () : String

public function set PublishingPassword (value : String)

Valor da Propriedade

The password.

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