InterstitialAd.PostalCode プロパティ

定義

広告の郵便番号のターゲットを取得または設定します。

public:
 property Platform::String ^ PostalCode { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PostalCode();

void PostalCode(winrt::hstring value);
public string PostalCode { get; set; }
var string = interstitialAd.postalCode;
interstitialAd.postalCode = string;
Public Property PostalCode As String

プロパティ値

System.String

広告の郵便番号のターゲット。

適用対象