JAMS Developer Guide
BatchQueue Property (Entry)


MVPSI.JAMS Namespace > Entry Class : BatchQueue Property
Gets or sets the batch queue that this entry should be submitted to. This overides the default batch queue that is specified in the entry's folder definition.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property BatchQueue As BatchQueue
'Usage
 
Dim instance As Entry
Dim value As BatchQueue
 
instance.BatchQueue = value
 
value = instance.BatchQueue
[System.Xml.Serialization.XmlIgnore()]
[System.ComponentModel.Browsable(false)]
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

Entry Class
Entry Members