JAMS Developer Guide
JobFileBatchQueue Property


MVPSI.JAMS.Sym.Activities Namespace > RunJobFile Class : JobFileBatchQueue Property
A numeric value (0-3) that will determine the batch queue to run the JobFile.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("JOBFILE")>
<System.ComponentModel.DescriptionAttribute("A numeric value (0-3) that will determine the batch queue to run the JobFile.")>
Public Property JobFileBatchQueue As System.Integer
'Usage
 
Dim instance As RunJobFile
Dim value As System.Integer
 
instance.JobFileBatchQueue = value
 
value = instance.JobFileBatchQueue
[System.ComponentModel.Category("JOBFILE")]
[System.ComponentModel.Description("A numeric value (0-3) that will determine the batch queue to run the JobFile.")]
public System.int JobFileBatchQueue {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RunJobFile Class
RunJobFile Members