IProductPromotionCollectionByCountry.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.
Retrieves the operations tied with a specific product promotion.
public Microsoft.Store.PartnerCenter.Products.IProductPromotion this[string productPromotionId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Products.IProductPromotion
Default Public ReadOnly Property Item(productPromotionId As String) As IProductPromotion
Parameters
- productPromotionId
- String
The product promotion id.
Property Value
The product promotion operations.