Back to product page

Password property


Holds user's password.

Type

A String value.

Syntax

  • Basic
object.Password [= value]
The Password(object,value) syntax has these parts:
objectAn expression evaluating to an object of type FtpUser.
valueA String value.

Remarks

Once user enter his password, it is stored in this property. You will need this information in LoginPassword event (together with Login property) to decide if you will allow user to connect or not.

Platforms

Windows