IAgreementDocument.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.
Customizes operations based on the given country.
public Microsoft.Store.PartnerCenter.Agreements.IAgreementDocument ByCountry (string country);
abstract member ByCountry : string -> Microsoft.Store.PartnerCenter.Agreements.IAgreementDocument
Public Function ByCountry (country As String) As IAgreementDocument
Parameters
- country
- String
The ISO alpha-2 code of the country to be used by the returned operations.
Returns
An operations interface customized for the provided country.