InOut Property
Description
Indicates whether the parameter is an input or output parameter.
Property type
Read-only property
Syntax
Visual Basic
Public Property InOut As qtParameterDirection
Return Type
ConstantValueDescription
 qtParamDirIn0An input parameter.
 qtParamDirOut1An output parameter.
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