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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public string PostalCode { get; set; }

Property Value

Type Description
String

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

Remarks

Example: 98178

See Also