IInvoiceCollection.Item[String] Property

Definition

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.

Implements

Applies to