Skip to main content

BingAddress.PostalCode Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: 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