AdControl.CountryOrRegion Property

Definition

Gets or sets the two-letter country or region code where the user is located.

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

Property Value

System.String

The two-letter country or region code where the user is located.

Applies to