IInvoiceCollection.Item[String] Property
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.
Gets a single invoice operations.
public Microsoft.Store.PartnerCenter.Invoices.IInvoice this[string invoiceId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Invoices.IInvoice
Default Public ReadOnly Property Item(invoiceId As String) As IInvoice
Parameters
- invoiceId
- String
The invoice id.
Property Value
The invoice operations.