Share via


AdControl.PostalCode Property

Definition

Gets or sets the postal code to target for the banner ad.

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 = adControl.postalCode;
adControl.postalCode = string;
Public Property PostalCode As String

Property Value

System.String

The postal code to target for the banner ad.

Applies to