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

# country

The country or region name in a postal address.

## Declaration

```swift
var country: 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)
- [isoCountryCode](contacts/cnpostaladdress/isocountrycode.md)
- [subAdministrativeArea](contacts/cnpostaladdress/subadministrativearea.md)
- [subLocality](contacts/cnpostaladdress/sublocality.md)
