IReconciliationLineItemCollection.Seek(String, SeekOperation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Seeks pages of reconciliation line items collection of the partner
public Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem> Seek (string continuationToken, Microsoft.Store.PartnerCenter.Models.Query.SeekOperation seekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next);
abstract member Seek : string * Microsoft.Store.PartnerCenter.Models.Query.SeekOperation -> Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>
Public Function Seek (continuationToken As String, Optional seekOperation As SeekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next) As SeekBasedResourceCollection(Of InvoiceLineItem)
Parameters
- continuationToken
- String
The continuation token from the previous results.
- seekOperation
- SeekOperation
The seek operation to perform. Next is only supported.
Returns
The next page of utilization records.