IProductPromotionCollectionByCountry.BySegment(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 that can be applied on product promotions that belong to a given country and segment.
public Microsoft.Store.PartnerCenter.Products.IProductPromotionCollectionByCountryBySegment BySegment (string segment);
abstract member BySegment : string -> Microsoft.Store.PartnerCenter.Products.IProductPromotionCollectionByCountryBySegment
Public Function BySegment (segment As String) As IProductPromotionCollectionByCountryBySegment
Parameters
- segment
- String
The product promotion segment.
Returns
The product collection operations by country and by segment.