AnswerCollection.Item Property

This property gets the specified answer in the collection.

Syntax

public object this[int index] { get;  set; }

Parameters Description
int index The index of the answer in the collection.