| Name | Description |
| AllowEntry | Gets or sets the AllowEntry property. If set to true, the end-user will be able to enter a value for this Parameter, when the Job is submitted interactively. |
| DataType | Gets or sets the DataType for this Parameter. Valid DataTypes for a Parameter are:
- Text
- Integer
- Date
- DateTime
- Time
- Boolean
- Float
|
| DefaultFormat | Gets or sets the DefaultFormat property. Parameters can be formatted many different ways before being placed in the Job which is being submitted. DefaultFormats do vary depending upon the Parameter's DataType. |
| DefaultValue | Gets or sets the DefaultValue for this Parameter. This value will be supplied to the Job when it is submitted. |
| Description | Gets a description of this parameter. |
| ElementId | Gets the internal ID of this element. |
| ElementKind | Gets the ElementKind of this element. This cannot be modified, it is defined in the ElementType. |
| ElementName | Synonymous with ParamName. |
| ElementState | Gets the ElementState of this element. |
| ElementTypeId | Gets or sets the ID of the element type for this element. |
| ElementTypeName | Gets or sets the name of the element type for this element. |
| ElementUid | Get or sets the internal GUID of this element. |
| Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
| HasErrors | The HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject) |
| HelpText | Gets or sets the HelpText indicating the purpose of this Parameter. This help is displayed to the end-user when a Job is submitted interactively. |
| Hide | Gets or sets the Hide property. If set to true, this Parameter will not be displayed to the end-user when the Job is submitted interactively. |
| InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
| Inherited | Returns true if the Element was inherited from a folder above the current object. |
| InheritedFromId | Returns the ID of the object that we inherited from. |
| InheritedFromName | Returns the name of the object that we inherited from. |
| InheritedFromType | Returns type of object that we inherited from. |
| Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
| Length | Gets or sets the Length of this Parameter value. Date, Time and DateTime Parameter lengths will always be 8. |
| LoadedFrom | Gets the JAMS server where this Parameter is stored. |
| Modified | The Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject) |
| MustFill | Gets or sets the MustFill property. If set to true, the value entered for this Parameter, when the Job is submitted interactively, must be the same length as the Length property. |
| NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject) |
| ParameterOrigin | Identifies where this parameter originated. |
| ParamID | The ParamID is used internally to uniquely identify a parameter |
| ParamName | Gets or sets the command procedure Parameter Name. This is required. |
| ParamUid | The ParamID is used internally to uniquely identify a parameter |
| ParentList | Gets the list that this Param is contained in. |
| Prompt | Gets or sets the end-user Prompt for this Parameter when this Job is submitted interactively. |
| Properties | Gets a collection of property values. |
| Required | Gets or sets the Required property. If set to true, a value is required for this Parameter when the Job is submitted interactively. |
| Sequence | Gets the Sequence number of this Parameter. |
| Uppercase | Gets or sets the Uppercase property. If set to true, the value entered for this Parameter, when the Job is submitted interactively, will be converted to Uppercase. |
| Validated | The Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject) |
| ValidationData | Gets or sets the ValidationData for this Parameter. This value is used to edit or validate the parameter value. |
| ValidationType | Gets or sets the ValidationType for this Parameter which defines how the parameter value will be validated. |
| Variable | Gets or sets the JAMS Variable which provides the DefaultValue for this Parameter. |
| VariableID | Gets the Variable ID for the JAMS Variable which is supplying the DefaultValue for this Parameter. This property is for use by the JAMS system, and is not designed for user code. |
| VariableName | Gets or sets the name of the Variable which will provide the DefaultValue for this Parameter. |
| VariableNameIsRelative | Gets or Sets the "Variable Name Is Relative" property. If set to true, it means the VariableName is a relative path. Otherwise, VariableName is an absolute path. |