SearchResults Property
Contains a collection of transactions that matched the SearchCriteria .
Syntax
public GlobalSearchResultList getSearchResults();
Remarks
This property contains the results after a successful call to the Search method. Each GlobalSearchResult in the collection will contain information about a single transaction.
This property is read-only.