Value Property
Description
The value of the parameter for this iteration.
Property type
Read-write property
Syntax
Visual Basic
Public Property Value As String
Remarks
The value must be consistent with the BPParameter.Type of the object referenced by the BPParameter Property.  If the value is not of the correct type, errors will be encountered when attempting to run the test.
See Also