Class ResponseOption
A survey response option indicates the items selected (and not selected) by the respondent.
public class ResponseOption
- Inheritance
-
ResponseOption
- Inherited Members
- Extension Methods
Constructors
ResponseOption()
public ResponseOption()
ResponseOption(Guid)
public ResponseOption(Guid item)
Parameters
itemGuid
Properties
IsSelected
True if the item is selected; False if the item is not selected.
public bool IsSelected { get; set; }
Property Value
Item
The option item that may be selected or unselected.
public Guid Item { get; set; }