InterstitialAd.CountryOrRegion Property
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.
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 = interstitialAd.countryOrRegion;
interstitialAd.countryOrRegion = string;
Public Property CountryOrRegion As String
Property Value
The two-letter country or region code where the user is located.