ICountryValidationRules Interface
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.
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. |