Accusoft.ThumbnailXpress6.Net
FtpPassword Property




Gets and sets the FTP password.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the password for accesing secured FTP files on the internet.")>
<CategoryAttribute("ThumbnailXpress")>
Public Property FtpPassword As String
'Usage
 
Dim instance As ThumbnailXpress
Dim value As String
 
instance.FtpPassword = value
 
value = instance.FtpPassword
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the password for accesing secured FTP files on the internet.")]
[CategoryAttribute("ThumbnailXpress")]
public string FtpPassword {get; set;}
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the password for accesing secured FTP files on the internet.")]
[CategoryAttribute("ThumbnailXpress")]
public: __property string* get_FtpPassword();
public: __property void set_FtpPassword( 
   string* value
);
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the password for accesing secured FTP files on the internet.")]
[CategoryAttribute("ThumbnailXpress")]
public:
property String^ FtpPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the FTP password.
Remarks

This operates for individual files.

The FTP password 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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback