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