Login Property
      
 

Description

Holds login information.


Property type

A String value.  


Syntax

object.Login [= value]



The Login Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
value A String value.

Remarks

Together with Password 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