BingAddress.CountryRegionIso2 Property
Gets or sets the two-letter ISO country code.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
[DefaultValue(null)]
public string CountryRegionIso2 { get; set; }
<DefaultValue(Nothing)>
Public Property CountryRegionIso2 As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
The two-letter ISO country code. |
Remarks
Example: US
See Also
Feedback