---
title: isoCountryCode
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnpostaladdress/isocountrycode
---

# isoCountryCode

The ISO country code for the country or region in a postal address, using the ISO 3166-1 alpha-2 standard.

## Declaration

```swift
var isoCountryCode: String { get }
```

## See Also

### Getting the Parts of a Postal Address

- [street](contacts/cnpostaladdress/street.md)
- [city](contacts/cnpostaladdress/city.md)
- [state](contacts/cnpostaladdress/state.md)
- [postalCode](contacts/cnpostaladdress/postalcode.md)
- [country](contacts/cnpostaladdress/country.md)
- [subAdministrativeArea](contacts/cnpostaladdress/subadministrativearea.md)
- [subLocality](contacts/cnpostaladdress/sublocality.md)
