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

# isoCountryCode

The ISO country code, using the ISO 3166-1 alpha-2 standard.

## Declaration

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

## See Also

### Modifying the Parts of a Postal Address

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