| Name | Description |
 | AfterTime | Gets or sets the date and time that this entry is scheduled to start. |
 | AfterTimeUTC | Gets or sets the UTC date and time that this entry is scheduled to start. |
 | AgentName | Gets and Sets AgentName |
 | AllowEditSource | Returns true if your are allowed to edit the source of the job during a submit |
 | AltUserName | Specifys the alternate username for the job. The execution method decides what to do with the alternate username. |
 | AvgElapsedTime | Gets the average elapsed time for this job. |
 | BatchQueueName | Gets or sets the batch queue that this job will be submitted to. |
 | CredentialName | Sets the username that this Job should run under. This overrides the username specified in the Folder or Job definition. |
 | DebugMode | Gets of sets the DebugMode property. When set to true, this entry is treated as a debug run. A debug run of a job will not satisfy dependencies or fire triggers. |
 | Description | Gets the description of this Job |
 | Elements | A collection of elements that apply to this Job |
 | ExecutionPriority | Gets or sets the execution priority for this entry. |
 | Held | Gets or sets the Held property. When set to true, the entry is held in the schedule until it is manually released. |
 | InitiatorID | Gets or sets the ID of the object that initiated this submit |
 | InitiatorType | Gets or sets the type of event that initiated this submit |
 | InitiatorUid | Gets or sets the UID of the object that initiated this entry |
 | JAMSEntry | Gets the JAMS Entry number of the job after it has been submitted. |
 | JAMSId | Gets the JAMS Id of the job after it has been submitted. |
 | JobID | Gets the internal ID of the job being submitted. |
 | JobName | Gets the name of the Job or Setup |
 | LastAutosubmitUTC | Gets the scheduled UTC date and time that this Job was last automatically submitted for. This is a read-only property, it is updated when JAMS automatically submits the Job. |
 | LastChange | Gets the date and time when this Job definition was last changed. |
 | LastChangedBy | Gets the user who last changed this Job. |
 | LastChangeUTC | Gets the UTC date and time when this Job definition was last changed. |
 | LastError | Gets the date and time of the most recent error completion of this Job. |
 | LastErrorUTC | Gets the UTC date and time of the most recent error completion of this Job. |
 | LastFatal | Gets the date and time of the most recent fatal completion of this Job. |
 | LastFatalUTC | Gets the UTC date and time of the most recent fatal completion of this Job. |
 | LastInfo | Gets the date and time of the most recent informational completion of this Job. |
 | LastInfoUTC | Gets the UTC date and time of the most recent informational completion of this Job. |
 | LastReset | Gets the most recent reset date and time. When a job is reset, all of it's dependencies are reset and they must run again. |
 | LastResetUTC | Gets the most recent reset UTC date and time. When a job is reset, all of it's dependencies are reset and they must run again. |
 | LastSuccess | Gets the date and time of the most recent successful completion of this Job. |
 | LastSuccessUTC | Gets the UTC date and time of the most recent successful completion of this Job. |
 | LastWarning | Gets the date and time of the most recent warning completion of this Job. |
 | LastWarningUTC | Gets the UTC date and time of the most recent warning completion of this Job. |
 | LoadedFrom | Gets the JAMS Server that this Submit.Info object was loaded from. |
 | LogFilename | Gets or sets the file specification of the job's log file. |
 | LogLocation | Gets or sets the location (device/directory) where batch log files should be placed. |
 | ManageAccess | Returns true if the caller had Manage access to the Job being submitted. |
 | MaxElapsedTime | Gets the maximum elapsed time for this job. |
 | MethodID | Gets the internal ID of the method used by the job. |
 | MinElapsedTime | Gets the minimum elapsed time for this job. |
 | Note | Gets or sets a note that is attached to this entry. |
 | OverrideName | Gets or sets the OverrideName for this Job. |
 | Parameters | Gets the list of Parameters for this Job. |
 | ParentFolderID | Gets the Folder ID for this Job. This property is designed to be used by JAMS, not user code. |
 | ParentFolderName | Gets and Sets the ParentFolderName |
 | Properties | A collection of PropertyValues for this Job |
 | RequiresSnapshot | When true, we take a snap shot when inserting the Entry |
 | ResultText | Gets the result of the submit as a string. |
 | RetainTime | Gets the UTC date and time of the most recent fatal completion of this Job. |
 | RON | Gets the Run Occurance Number of the job after it has been submitted. |
 | ScheduleFromTime | Gets or sets the beginning time of the submit window. |
 | ScheduleToTime | Gets or sets the ending time of the submit window. |
 | SchedulingPriority | Gets or sets the scheduling priority for this entry. |
 | SetSymbols | Gets or sets the SetSymbols property. When set to true, JAMS will set an environment symbol for each parameters. |
 | Source | Gets and sets the job source. |
 | SourceElements | A collection of source elements that apply to this Job |
 | SubmittedBy | Gets the username of the person who submitted the entry. |
 | Tags | Manages the tags assigned to this entry. |
 | TestSubmit | Gets or sets the TestSubmit property. When set to true, the job isn't actually submitted. This is used for testing parameters and job parsing. |
 | TodaysDate | Gets or sets the date that is considered "today" when evaluating dates. |
 | UserName | The UserName property is for backwards compatablity. |
 | UseSymbols | Gets or sets the UseSymbols property. When set to true, JAMS will check for an environment symbol to use as the default value of parameters. |