JAMS 6.x Help
SetupJobParam Class
Members 


Object Model
SetupJobParam Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class SetupJobParam 
   Inherits BasePublicObject
'Usage
 
Dim instance As SetupJobParam
[System.Runtime.Serialization.DataContract()]
public sealed class SetupJobParam : BasePublicObject 
Remarks
A Setup definition also consists of default values for each Job's parameters. You can also modify the attributes of a parameter.

A Setup's Parameter definitions are very important when the Setup will be automatically submitted because the default values specified here (or in the Job definition) will be used when the Setup is submitted.

In addition to overriding the defaults from the Job definition, you can specify a Global Name for the Parameter. All parameters in this Setup which have the same Global Name and datatype are combined into a single parameter at submit-time.

Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.SetupJobParam

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

SetupJobParam Members
MVPSI.JAMS Namespace

Send Feedback