Gets and sets the FTP password.
[Category("ThumbnailXpress")]
[Description("Indicates the password for accesing secured FTP files on the internet.")]
[Browsable(true)]
public string FtpPassword {get; set;}
[Category("ThumbnailXpress")]
[Description("Indicates the password for accesing secured FTP files on the internet.")]
[Browsable(true)]
public: __property string* get_FtpPassword();
public: __property void set_FtpPassword(
string* value
);
Property Value
A string value which represents the FTP password.