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

BingAddress.Neighborhood Property

Gets or sets the neighborhood for an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

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

Property Value

Type Default Description
String *null*

The neighborhood for an address.

Remarks

Example: Ballard

See Also