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

# state

The state name of the address.

## Declaration

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

## See Also

### Modifying the Parts of a Postal Address

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