ADSJob class

Password property

    Arcana Scheduler Help

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

This property is write-only.

Data Type

BSTR

Syntax

 

C++

job->put_Password(BSTR value)

VB

job.Description=value

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 password is the password used by the specified user to log in to the operating system.