AdControl.CountryOrRegion Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Code de pays ou de région à deux lettres où se trouve l’utilisateur.