Back to product page

Password property


Holds password information.

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 wodAppUpdate.
valueA String value.

Remarks

Together with Login property, you should specify here Login/Password combination if it's needed to access resources on the server. Typicaly, it will be used if Check points to FTP server, or if it's password-protected HTTP server.

Make sure you specify this property after you set URL property - because URL property overwrites this one. Also, if you enter argument in Check method it will also overwrite this property.

You can also enter password through URL property, such as this example:

http://joe:joe1@some.server.com/someurl

Platforms

Windows