PublishProfile.FtpPassiveMode Property
Gets or sets whether FTP passive mode is being used.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As PublishProfile
Dim value As Boolean
value = instance.FtpPassiveMode
instance.FtpPassiveMode = value
Syntax
'Declaration
Public Property FtpPassiveMode As Boolean
public bool FtpPassiveMode { get; set; }
public:
property bool FtpPassiveMode {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_FtpPassiveMode ()
/** @property */
public void set_FtpPassiveMode (boolean value)
public function get FtpPassiveMode () : boolean
public function set FtpPassiveMode (value : boolean)
Property Value
true if FTP passive mode is being used; otherwise, false.
Remarks
This attribute applies only if PublishMethod is set to FTP.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
PublishProfile Class
PublishProfile Members
Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse Namespace