---
title: socialProfiles
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnmutablecontact/socialprofiles
---

# socialProfiles

An array of labeled social profiles for a contact.

## Declaration

```swift
var socialProfiles: [CNLabeledValue<CNSocialProfile>] { get set }
```

## Discussion

Discussion This property is an array of CNLabeledValue objects, each of which has a label and a CNSocialProfile value.
