Skip to main content
A newer version of this page is available. .

BingAddress.PostalCode Property

Gets or sets the post code, postal code, or ZIP Code of an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public string PostalCode { get; set; }

Property Value

Type Default Description
String null

The post code, postal code, or ZIP Code of an address.

Remarks

Example: 98178

See Also