Accusoft.ThumbnailXpress6.Net
FtpPassword Property




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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback