IProductExtensions.ByCountry(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 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.