Click or drag to resize

Parameter Properties

The Parameter type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the parameter's attributes.
Public propertyCategory
Gets the parameter's category name. The category is used by the studio to group properties in the property sheet. Category names are stored in the Studio's parameter_categories picklist.
Public propertyDataType
Gets the parameter's data type.
Public propertyDataTypeAttributes
Gets the parameter's data type attributes. These attributes are defined in system metadata.
Public propertyDefaultValue
Returns the default value.
Public propertyDefaultValueExpr
Returns the expression to use as the default value.
Public propertyDescription
Gets the parameter's description. Parameter descriptions are stored as text and used by the Studio to display help text in the property sheet.
Public propertyID
Gets the parameter's ID.
Public propertyMaskName
For enumeration types only, the name of an enumeration item in the enumeration specifying a sub-attribute mask. If a MaskName is provided and a corresponding enumeration item is found in the enumeration, the mask is used to determine which attributes are valid in the current context.
Public propertyModule
Gets the parameter's Module.
Public propertyModuleAttributes
Returns the attributes for the module
Public propertyName
Gets the name of the parameter.
Public propertyParameterTypeName
Gets the parameter's type name.
Public propertyParamTxt
Gets/sets the value of the xmt_parameters.param_txt column.
Public propertyPickListKey
The PickList key (id) assigned to this parameter.
Public propertyProperties
Returns the object's Properties collection.
Public propertyTextItems
Returns the object's TextItems collection.
Top
See Also