IProductCollection.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 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.