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.v18.2.dll

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