Answer.Item Property
Returns the specified item from the Answer object.
Syntax (C#)
public object this[int index] { get; set; }
Parameters | Description |
index | The index of the Value to return. This is an index into a flattened list of Value objects, and is not equivalent to the repeat index of the Value. |
Return Value
The specified Value from the Answer object.