WebSiteGetConfigurationResponse::PublishingPassword Property

 

Gets or sets the hash value of the password that is used for publishing the web site.

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

public:
property String^ PublishingPassword {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The hash value.

Return to top
Show: