| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseId |
Gets or sets the identified of the response if it is a list value. |
integer |
None. |
| ResponseText |
Gets or sets the response if it is a plain text value. |
string |
None. |
| ResponseBit |
Gets or sets the response if it is a boolean value. |
boolean |
None. |
| ResponseDate |
Gets or sets the response if it is a date value. |
date |
None. |
| IsSelected |
Gets or sets value indicating whether or not this response is selected. This should be used when the QuestionResponseType is RadioButtonList (2), DropDownList (3), ListBox (4), or AutoCompleteBox (8). |
boolean |
None. |
| IsPassingResponse |
Gets or sets a value indicating whether the response to the question is considered a passing response. This should be used when the QuestionResponseType is RadioButtonList (2), DropDownList (3), ListBox (4), or AutoCompleteBox (8). |
boolean |
None. |
| FileAttachmentCondition |
Gets or sets the requirement for attaching a file to the response. |
QuestionFileAttachmentConditionV1 |
None. |
| QuestionCommentCondition |
Gets or sets the requirement for attaching a comment to the question. |
QuestionCommentConditionV1 |
None. |
| Order |
Gets or sets the order of the response on the question. This should be used when the QuestionResponseType is RadioButtonList (2), DropDownList (3), ListBox (4), or AutoCompleteBox (8). |
integer |
None. |
| IsDefaultResponse |
Gets or sets a value indicating whether the response is a default response for the question. This should be used when the QuestionResponseType is RadioButtonList (2), DropDownList (3), ListBox (4), or AutoCompleteBox (8). |
boolean |
None. |
| IsReadOnly |
Gets or sets a value indicating whether the question for this response should be treated as read-only. |
boolean |
None. |