Gets or sets an item in the selection pool.
<list>
This is a collection property.
The following displays the value of the second item in the selection pool of a list:
<text sometext>
/ items = ("item = <% list.example.poolitems.2 %>")
</text>
The following displays the value of the first item in the selection pool of a list:
<item negative>
items = <% item.negativepoolitems.poolitems.1 %>
</page>
The following displays the value of the first item in a list:
<page rankedpreferences>
items = <% list.rankedpreferences.poolitems.1 %>
</page>