IOfferCollection.Item[String] Property

Definition

Gets the operations tied with a specific offer.

public Microsoft.Store.PartnerCenter.Offers.IOffer this[string offerId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Offers.IOffer
Default Public ReadOnly Property Item(offerId As String) As IOffer

Parameters

offerId
String

The offer id.

Property Value

The offer operations.

Implements

Applies to