Sdílet prostřednictvím


IProductPromotionCollectionByCountry.ById(String) Method

Definition

Retrieves the operations tied with a specific product promotion.

public Microsoft.Store.PartnerCenter.Products.IProductPromotion ById (string productPromotionId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Products.IProductPromotion
Public Function ById (productPromotionId As String) As IProductPromotion

Parameters

productPromotionId
String

The product promotion id.

Returns

The product promotion operations.

Implements

Applies to