Share via


IProductCollection.ByCountry(String) Method

Definition

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

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

Parameters

country
String

The country name.

Returns

The product collection operations by country.

Applies to