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

# street

The street name of the address.

## Declaration

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

## Discussion

Discussion A multiline address is delimited with carriage returns (that is, n).

## See Also

### Modifying the Parts of a Postal Address

- [city](contacts/cnmutablepostaladdress/city.md)
- [state](contacts/cnmutablepostaladdress/state.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)
