C2070-981 · Question #178
A company is building a solution and wants to restrict the properties to a discrete set of possible values defined be the design of the application. What type of object represents the discrete set…
The correct answer is B. Choice list. A ChoiceList object representing a set of allowable values. If it is associated with a property, ChoiceValues provides a discrete set of possible values that the property can hold. Otherwise, if a ChoiceValues is associated with a Choice object, it defines the set of possible…
Question
A company is building a solution and wants to restrict the properties to a discrete set of possible values defined be the design of the application. What type of object represents the discrete set of possible values that a property object can hold?
Options
- APick list
- BChoice list
- CAccess control list
- DControlled value list
How the community answered
(52 responses)- A10% (5)
- B85% (44)
- C4% (2)
- D2% (1)
Explanation
A ChoiceList object representing a set of allowable values. If it is associated with a property, ChoiceValues provides a discrete set of possible values that the property can hold. Otherwise, if a ChoiceValues is associated with a Choice object, it defines the set of possible values in a choice list group.
Topics
Community Discussion
No community discussion yet for this question.