'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;}