- choiceEntries
- the list of user-visible choices.
Sets a list of strings that will be presented as choices to the user. When the user selects one or more of these choices, the corresponding value from the possible values are stored as the selected strings. The size of this array must match the size of the array set in RestrictionEntry.SetChoiceValues(String[]). This method is not relevant for types other than RestrictionEntry.TypeChoice, and RestrictionEntry.TypeMultiSelect.