< Back

Get-PartnerCountryValidation

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerCountryValidation



SYNOPSIS

Gets the rules for validating an address for a specific country.





SYNTAX

Get-PartnerCountryValidation -CountryCode <String> [<CommonParameters>]





DESCRIPTION

Gets the rules for validating an address for a specific country.





PARAMETERS

-CountryCode <String>

The country code code in ISO2 format.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.CountryValidationRules.PSCountryValidationRules







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerCountryValidation -CountryCode US



Gets the rules for validating an address for the United States.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... Validation