WebSiteGetPublishProfileResponse::PublishProfile::FtpPassiveMode Property

 

Gets or sets whether FTP passive mode is being used.

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

public:
property bool FtpPassiveMode {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if FTP passive mode is being used; otherwise, false.

This attribute applies only if PublishMethod is set to FTP.

Return to top
Show: