WebSiteGetPublishProfileResponse.PublishProfile.UserPassword Property
Gest or sets the hash value of the password that will be used for publishing.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string UserPassword { get; set; }
public:
property String^ UserPassword {
String^ get();
void set(String^ value);
}
member UserPassword : string with get, set
Public Property UserPassword As String
Property Value
Type: System.String
The hash value.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top