AddRTParam Method
Description
Deprecated. Use TestParameterFactory of ISupportTestParameters. Adds a runtime parameter to the test.
Syntax
Visual Basic
Public Function AddRTParam() As Object
Return Type
A reference to the new RTParam Object.
Remarks
Save any modifications to the returned runtime parameter by calling BusinessProcess.Save.
See Also