Password Property  
 

Gets and sets the password for the current user.

Syntax

object.Password [= password ]

Remarks

The Password property specifies the password used to authenticate the user. This property is used as the default value for the Connect method if no password is specified as an argument.

Data Type

String

See Also

UserName Property, Execute Method, Login Method