Share via


InterstitialAd.CountryOrRegion プロパティ

定義

ユーザーが配置されている 2 文字の国または地域コードを取得または設定します。

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

プロパティ値

System.String

ユーザーが配置されている 2 文字の国または地域コード。

適用対象