AdControl.CountryOrRegion Propriété

Définition

Obtient ou définit le code de pays ou de région à deux lettres où se trouve l’utilisateur.

public:
 property Platform::String ^ CountryOrRegion { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CountryOrRegion();

void CountryOrRegion(winrt::hstring value);
public string CountryOrRegion { get; set; }
var string = adControl.countryOrRegion;
adControl.countryOrRegion = string;
Public Property CountryOrRegion As String

Valeur de propriété

System.String

Code de pays ou de région à deux lettres où se trouve l’utilisateur.

S’applique à