IOfferCollection.ById(String) Method

Definition

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.

Implements

Applies to