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

BingAddress.CountryRegionIso2 Property

Gets or sets the two-letter ISO country code.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String *null*

The two-letter ISO country code.

Remarks

Example: US

See Also