SearchResults Property
The invoice summaries returned by PayPal's search.
Syntax
[VB.NET] Public ReadOnlyProperty SearchResults As InvoiceSummaryList
[C#] public InvoiceSummaryList SearchResults {get;}
Remarks
This collection will be populated after a call to Search with invoices which match the specified SearchCriteria.
This property is read-only and not available at design time.