WebSiteGetPublishProfileResponse::PublishProfile::MSDeploySite Property

 

Gets or sets the name of the web site to which content will be published.

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

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

Property Value

Type: System::String^

The name.

This attribute applies only if PublishMethod is set to MSDeploy.

Return to top
Show: