InterstitialAd.PostalCode 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 postal code target for ads.
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
Property Value
The postal code target for ads.