DeleteRTParam Method
Description
Deprecated. Use TestParameterFactory of ISupportTestParameters. Delete the given RTParam from the test.
Syntax
Visual Basic
Public Sub DeleteRTParam( _
   ByVal pRTParam As Object _
) 
Parameters
pRTParam
An RTParam Object.
See Also