次の方法で共有


ICountryValidationRules.GetAsync Method

Definition

Asynchronously retrieves the country validation rules.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.CountryValidationRules.CountryValidationRules> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.CountryValidationRules.CountryValidationRules>
Public Function GetAsync () As Task(Of CountryValidationRules)

Returns

The validation rules for the country.

Implements

Applies to