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