Type Property
Description
The value type defined for the parameter.
Property type
Read-only property
Syntax
Visual Basic
Public Property Type As qtParameterType
Return Type
ConstantValueDescription
 qtParamTypeString0A string value type.
 qtParamTypeBoolean1A boolean value type.
 qtParamTypeDate2A date value type.
 qtParamTypeNumber3A number value type.
 qtParamTypePassword4An encrypted string value type.
 qtParamTypeAny5Any value type.
Remarks
In previous versions of QuickTest, this property returned a string rather than an enumeration constant. These string values are obsolete and are no longer supported.
Example
See Also