Results object
The Results object holds a collection of Result objects. Each Result object holds a list of available definition on a specified dictionary. Use the Execute method to send a query to a server. The Execute method gets the results in a Results object.  The Results object supports the following properties and methods:

NameDescription
CountNumber of items in the collection.
ItemReturns an item within the collection. The key is the index of the item.