WebSpacesCreatePublishingUserParameters::PublishingUserName Property

 

Gets or sets the username of the publishing user.

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

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

Property Value

Type: System::String^

The username.

Return to top
Show: