InterstitialAd.CountryOrRegion 屬性

定義

取得或設定使用者所在的兩個字母國家或地區代碼。

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

使用者所在的兩個字母國家或地區代碼。

適用於