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

BingAddress.CountryRegion Property

Gets or sets the country or region name 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 CountryRegion { get; set; }

Property Value

Type Description
String

The country or region name of an address.

Remarks

Example: United States

See Also