Accusoft.ThumbnailXpress6.Net
FtpUserName Property




Gets and sets the FTP user name.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates the username for accesing secured FTP files on the internet.")>
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
Public Property FtpUserName As String
'Usage
 
Dim instance As ThumbnailXpress
Dim value As String
 
instance.FtpUserName = value
 
value = instance.FtpUserName
[Description("Indicates the username for accesing secured FTP files on the internet.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public string FtpUserName {get; set;}
[Description("Indicates the username for accesing secured FTP files on the internet.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public: __property string* get_FtpUserName();
public: __property void set_FtpUserName( 
   string* value
);
[Description("Indicates the username for accesing secured FTP files on the internet.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public:
property String^ FtpUserName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the FTP username.
Remarks

This operates for individual files

The FTP user name is used for accessing files on the Internet when a thumbnail item's Filename property is set to an ftp or http address.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback