Share via


IProductPromotionCollection.ByCountry(String) Method

Definition

Retrieves the operations that can be applied on product promotions from a given country.

public Microsoft.Store.PartnerCenter.Products.IProductPromotionCollectionByCountry ByCountry (string country);
abstract member ByCountry : string -> Microsoft.Store.PartnerCenter.Products.IProductPromotionCollectionByCountry
Public Function ByCountry (country As String) As IProductPromotionCollectionByCountry

Parameters

country
String

The country name.

Returns

The product promotion collection operations by country.

Applies to