RunIterationsParamsValues Property
Description
The run iterations parameters values.
Property type
Read-write property
Syntax
Visual Basic
Public Property RunIterationsParamsValues As String
Return Value Example
<Iterations>
    <Params>
        <P p="param1"/>
        <P p="param2"/>
    </Params>
    <I order="1">
        <V v="val1"/>
        <V v="val2"/>
    </I>
    ...
    <I order="N">
       ...
    </I>
</Iterations>
See Also