Compartir a través de


IProductPromotionCollectionByCountry.BySegment(String) Method

Definition

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.

Applies to