JAMS 6.x Help
StartedOn Property


Gets the StartedOn property. This is a collection of nodes where this BatchQueue runs.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlArrayItemAttribute(Type=MVPSI.JAMS.QueueNode, 
   ElementName="StartsOn", 
   IsNullable=True)>
Public ReadOnly Property StartedOn As QueueNodeCollection
'Usage
 
Dim instance As BatchQueue
Dim value As QueueNodeCollection
 
value = instance.StartedOn
[System.Xml.Serialization.XmlArrayItem(Type=MVPSI.JAMS.QueueNode, 
   ElementName="StartsOn", 
   IsNullable=true)]
public QueueNodeCollection StartedOn {get;}
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

BatchQueue Class
BatchQueue Members