Partager via


ICountryValidationRules Interface

Definition

Represents the behavior of a specific country validation rules.

public interface ICountryValidationRules : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.CountryValidationRules.CountryValidationRules>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ICountryValidationRules = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<CountryValidationRules>
Public Interface ICountryValidationRules
Implements IEntityGetOperations(Of CountryValidationRules), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the country validation rules.

GetAsync()

Asynchronously retrieves the country validation rules.

Applies to