JAMS 6.x Help
Jobs Property (Setup)


Gets the list of Jobs for this Setup.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Execution")>
<System.Xml.Serialization.XmlArrayItemAttribute(Type=MVPSI.JAMS.SetupJob, 
   ElementName="Job", 
   IsNullable=True)>
Public ReadOnly Property Jobs As SetupJobCollection
'Usage
 
Dim instance As Setup
Dim value As SetupJobCollection
 
value = instance.Jobs
[System.ComponentModel.Category("Execution")]
[System.Xml.Serialization.XmlArrayItem(Type=MVPSI.JAMS.SetupJob, 
   ElementName="Job", 
   IsNullable=true)]
public SetupJobCollection Jobs {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

Setup Class
Setup Members