WebSiteGetConfigurationResponse.PublishingUserName Property
Gets or sets the name of the user account 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)
Syntax
public string PublishingUserName { get; set; }
public:
property String^ PublishingUserName {
String^ get();
void set(String^ value);
}
member PublishingUserName : string with get, set
Public Property PublishingUserName As String
Property Value
Type: System.String
The name.
Remarks
This is normally a dollar sign prepended to the web site name (for example, “$contoso”).
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top