ICountryValidationRulesCollection.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.
Obtains behavior for a specific country's validation rules.
public Microsoft.Store.PartnerCenter.CountryValidationRules.ICountryValidationRules ByCountry (string country);
abstract member ByCountry : string -> Microsoft.Store.PartnerCenter.CountryValidationRules.ICountryValidationRules
Public Function ByCountry (country As String) As ICountryValidationRules
Parameters
- country
- String
The country's ISO2 code.
Returns
The country validation rules operations.