AdControl.PostalCode property
Gets or sets the postal code to use for targeting advertisements.
Syntax
public string PostalCode { get; set; }
Property value
Type: System.String.
The postal code to use for targeting advertisements.
Remarks
This property is global and applies to every AdControl in an app. When set multiple times, even on different AdControl objects, the last value set for any AdControl is the value used for all AdControl objects.
Requirements
| Minimum supported phone | Windows Phone 8 Silverlight |
|---|---|
| Namespace | Microsoft.Advertising.Mobile.UI |
| Assembly | Microsoft.Advertising.Mobile.UI.dll |
Show: