WebSpacesCreatePublishingUserResponse.PublishingPassword Property

 

Gets or sets the password for the publishing user.

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

Syntax

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

Property Value

Type: System.String

The password.

See Also

WebSpacesCreatePublishingUserResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top