IOfferCollection.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 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.