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

BingAddress.AdminDistrict Property

Gets or sets the subdivision name in the country or region for an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Property Value

Type Default Description
String *null*

The subdivision name in the country or region for an address.

Remarks

This element is typically treated as the first order administrative subdivision, but in some cases it is the second, third, or fourth order subdivision in a country, dependency, or region.

Example: WA

See Also