APGen Documentation Previous Topic: Logon.Password Next Topic: ObjectContext Object Parent Topic: Logon Object    Logon Object
Logon.Domain
See Also:

The Logon.Domain property sets/returns the logon user domain.

Syntax

VBScript:

oLogon.Domain [ = sDomain ]

JScript:

oLogon.Domain [ = sDomain ];

Object

oLogon A Logon object.

Parameters

sDomain The domain name used during log on.  The default value is "".

Notes

If Logon.Domain is empty (the default), the log on is performed against the local machine, using the Logon.User account.

Applies To

Logon Object