Logon Object
Logon.Password
See Also:
Logon Object
Security
Logon.User
The
Logon.Password
property sets/returns the logon user password.
Syntax
VBScript:
oLogon
.Password
[
=
sPassword
]
JScript:
oLogon
.Password
[
=
sPassword
]
;
Object
oLogon
A
Logon
object.
Parameters
sPassword
The password used during log on. The default value is "".
Applies To
Logon Object
© 1998 - 2002 by WebGecko Software LLC. All rights reserved.