Answer.IndexOf Method
This method determines the index of a specific Value in the Answer object.
Syntax
public int IndexOf ( object value )
Parameters | Description |
value | The Value object to find in the Answer. |
Return Value
The index of the specified Value object.