次の方法で共有


IAgreementDocument.ByCountry(String) Method

Definition

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.

Applies to