Share via


IProductExtensions.ByCountry(String) Method

Definition

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

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

Parameters

country
String

The country name.

Returns

The product extensions operations by country.

Applies to