IOfferCollection.ById(String) 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.
Retrieves the operations tied with a specific offer.
public Microsoft.Store.PartnerCenter.Offers.IOffer ById (string offerId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Offers.IOffer
Public Function ById (offerId As String) As IOffer
Parameters
- offerId
- String
The offer id.
Returns
The offer operations.