WebSiteGetPublishProfileResponse::PublishProfile::PublishMethod Property

 

Gets or sets the publish method.

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

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

Property Value

Type: System::String^

The publish method.

Possible values are: MSDeploy or FTP.

Return to top
Show: