APGen Documentation Previous Topic: APGen.WriteIffChanged Next Topic: APGen.Run() Parent Topic: APGen Object    APGen Object
APGen.Logon
See Also:

The APGen.Logon object sets logon values that are inherited by the Output and Log objects of child APG scripts.

Syntax

VBScript:

oAPGen.Logon[.property ]

JScript:

oAPGen.Logon[.property ];

Objects

oAPGen An APGen object.  In an APG script, this can be the intrinsic APGen object.
oAPGen.Logon A Logon object.

Notes

See the Logon Object topic for the properties exposed by the APGen.Logon collection.

This collection enables specifying one logon setting, and logging on as that user when creating all output files and log files.  The values stored in APGen.Logon are copied to Output.Logon and Log.Logon for all child APG scripts.

Applies To

APGen Object