ADSJob class

UserName property

    Arcana Scheduler Help

The UserName property specifies the password for the user account used to run the job.

Data Type

BSTR

Syntax

 

C++

job->get_Password(BSTR *value)
job
->
put_Password(BSTR value)

VB

job.Description

Remarks

If the UseSystemAccount property is not set, the job will be run under a user account. The UserName and Password properties are used to specify the account credentials.

The user name must be the ID the user uses to log in to the operating system, including the domain if necessary:

DOMAIN\username