Skip to main content

BingAddress.CountryRegion Property

Gets or sets the country or region name of an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String null

The country or region name of an address.

Remarks

Example: United States

See Also