JAMS Developer Guide
Param Class
Members 


MVPSI.JAMS Namespace : Param Class
Object Model
Param Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.ComponentModel.TypeDescriptionProviderAttribute("MVPSI.JAMS.DynamicPropertiesTypeDescriptionProvider`1[[MVPSI.JAMS.Param, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2]], JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
Public NotInheritable Class Param 
   Inherits BasePublicObject
   Implements IElement 
'Usage
 
Dim instance As Param
[System.Runtime.Serialization.DataContract()]
[System.ComponentModel.TypeDescriptionProvider("MVPSI.JAMS.DynamicPropertiesTypeDescriptionProvider`1[[MVPSI.JAMS.Param, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2]], JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
public sealed class Param : BasePublicObject, IElement  
Remarks
A Job may have zero or more parameters. When the JAMS Submit sub-system is used to submit a job which has parameters, the person submitting the job is presented with a "fill in the blanks" form which they use to provide values for the Job's parameters.
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Param

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

Param Members
MVPSI.JAMS Namespace