JAMS 6.x Help
BatchQueue Property (SetupJob)


Gets or Sets the batch queue that this Job within this Setup should be submitted to. This overides the default batch queue that is specified in the job's definition and/or the job's system definition.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the Batch Queue that the Setup Job should be submitted to.")>
<System.Xml.Serialization.XmlIgnoreAttribute()>
<CompareOptionsAttribute(True)>
Public Property BatchQueue As BatchQueue
'Usage
 
Dim instance As SetupJob
Dim value As BatchQueue
 
instance.BatchQueue = value
 
value = instance.BatchQueue
[System.ComponentModel.Description("Specifies the Batch Queue that the Setup Job should be submitted to.")]
[System.Xml.Serialization.XmlIgnore()]
[CompareOptions(true)]
public BatchQueue BatchQueue {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

SetupJob Class
SetupJob Members