---
title: CNLabeledValue
framework: contacts
role: symbol
role_heading: Class
path: contacts/cnlabeledvalue
---

# CNLabeledValue

An immutable object that combines a contact property value with a label that describes that property.

## Declaration

```swift
class CNLabeledValue<ValueType> where ValueType : NSCopying, ValueType : NSSecureCoding
```

## Overview

Overview Labels describe the context for a property. For example, the label for a phone number indicates whether it corresponds to the user’s home, work, or iPhone number. CNLabeledValue objects are thread-safe, and you can access their properties from any thread of your app.

## Topics

### Creating a labeled value

- [init(label:value:)](contacts/cnlabeledvalue/init(label:value:).md)

### Getting the label and value

- [label](contacts/cnlabeledvalue/label.md)
- [value](contacts/cnlabeledvalue/value.md)

### Setting labels and values

- [settingLabel(_:)](contacts/cnlabeledvalue/settinglabel(_:).md)
- [settingLabel(_:value:)](contacts/cnlabeledvalue/settinglabel(_:value:).md)
- [settingValue(_:)](contacts/cnlabeledvalue/settingvalue(_:).md)

### Localizing the label and value

- [localizedString(forLabel:)](contacts/cnlabeledvalue/localizedstring(forlabel:).md)

### Getting the unique identifier

- [identifier](contacts/cnlabeledvalue/identifier.md)

### Getting common labels

- [CNLabelHome](contacts/cnlabelhome.md)
- [CNLabelWork](contacts/cnlabelwork.md)
- [CNLabelSchool](contacts/cnlabelschool.md)
- [CNLabelOther](contacts/cnlabelother.md)
- [CNLabelEmailiCloud](contacts/cnlabelemailicloud.md)
- [CNLabelURLAddressHomePage](contacts/cnlabelurladdresshomepage.md)
- [CNLabelDateAnniversary](contacts/cnlabeldateanniversary.md)

### Getting phone number labels

- [CNLabelPhoneNumberMain](contacts/cnlabelphonenumbermain.md)
- [CNLabelPhoneNumberiPhone](contacts/cnlabelphonenumberiphone.md)
- [CNLabelPhoneNumberAppleWatch](contacts/cnlabelphonenumberapplewatch.md)
- [CNLabelPhoneNumberMobile](contacts/cnlabelphonenumbermobile.md)
- [CNLabelPhoneNumberPager](contacts/cnlabelphonenumberpager.md)
- [CNLabelPhoneNumberWorkFax](contacts/cnlabelphonenumberworkfax.md)
- [CNLabelPhoneNumberHomeFax](contacts/cnlabelphonenumberhomefax.md)
- [CNLabelPhoneNumberOtherFax](contacts/cnlabelphonenumberotherfax.md)

### Getting immediate family relationship labels

- [CNLabelContactRelationBrother](contacts/cnlabelcontactrelationbrother.md)
- [CNLabelContactRelationChild](contacts/cnlabelcontactrelationchild.md)
- [CNLabelContactRelationDaughter](contacts/cnlabelcontactrelationdaughter.md)
- [CNLabelContactRelationElderBrother](contacts/cnlabelcontactrelationelderbrother.md)
- [CNLabelContactRelationElderSibling](contacts/cnlabelcontactrelationeldersibling.md)
- [CNLabelContactRelationElderSister](contacts/cnlabelcontactrelationeldersister.md)
- [CNLabelContactRelationEldestBrother](contacts/cnlabelcontactrelationeldestbrother.md)
- [CNLabelContactRelationEldestSister](contacts/cnlabelcontactrelationeldestsister.md)
- [CNLabelContactRelationFather](contacts/cnlabelcontactrelationfather.md)
- [CNLabelContactRelationFemalePartner](contacts/cnlabelcontactrelationfemalepartner.md)
- [CNLabelContactRelationHusband](contacts/cnlabelcontactrelationhusband.md)
- [CNLabelContactRelationMalePartner](contacts/cnlabelcontactrelationmalepartner.md)
- [CNLabelContactRelationMother](contacts/cnlabelcontactrelationmother.md)
- [CNLabelContactRelationParent](contacts/cnlabelcontactrelationparent.md)
- [CNLabelContactRelationPartner](contacts/cnlabelcontactrelationpartner.md)
- [CNLabelContactRelationSibling](contacts/cnlabelcontactrelationsibling.md)
- [CNLabelContactRelationSister](contacts/cnlabelcontactrelationsister.md)
- [CNLabelContactRelationSon](contacts/cnlabelcontactrelationson.md)
- [CNLabelContactRelationSpouse](contacts/cnlabelcontactrelationspouse.md)
- [CNLabelContactRelationStepbrother](contacts/cnlabelcontactrelationstepbrother.md)
- [CNLabelContactRelationStepchild](contacts/cnlabelcontactrelationstepchild.md)
- [CNLabelContactRelationStepdaughter](contacts/cnlabelcontactrelationstepdaughter.md)
- [CNLabelContactRelationStepfather](contacts/cnlabelcontactrelationstepfather.md)
- [CNLabelContactRelationStepmother](contacts/cnlabelcontactrelationstepmother.md)
- [CNLabelContactRelationStepparent](contacts/cnlabelcontactrelationstepparent.md)
- [CNLabelContactRelationStepsister](contacts/cnlabelcontactrelationstepsister.md)
- [CNLabelContactRelationStepson](contacts/cnlabelcontactrelationstepson.md)
- [CNLabelContactRelationWife](contacts/cnlabelcontactrelationwife.md)
- [CNLabelContactRelationYoungerBrother](contacts/cnlabelcontactrelationyoungerbrother.md)
- [CNLabelContactRelationYoungerSibling](contacts/cnlabelcontactrelationyoungersibling.md)
- [CNLabelContactRelationYoungerSister](contacts/cnlabelcontactrelationyoungersister.md)
- [CNLabelContactRelationYoungestBrother](contacts/cnlabelcontactrelationyoungestbrother.md)
- [CNLabelContactRelationYoungestSister](contacts/cnlabelcontactrelationyoungestsister.md)

### Getting acquaintance relationship labels

- [CNLabelContactRelationBoyfriend](contacts/cnlabelcontactrelationboyfriend.md)
- [CNLabelContactRelationColleague](contacts/cnlabelcontactrelationcolleague.md)
- [CNLabelContactRelationFemaleFriend](contacts/cnlabelcontactrelationfemalefriend.md)
- [CNLabelContactRelationFriend](contacts/cnlabelcontactrelationfriend.md)
- [CNLabelContactRelationGirlfriend](contacts/cnlabelcontactrelationgirlfriend.md)
- [CNLabelContactRelationGirlfriendOrBoyfriend](contacts/cnlabelcontactrelationgirlfriendorboyfriend.md)
- [CNLabelContactRelationMaleFriend](contacts/cnlabelcontactrelationmalefriend.md)

### Getting business relationship labels

- [CNLabelContactRelationAssistant](contacts/cnlabelcontactrelationassistant.md)
- [CNLabelContactRelationManager](contacts/cnlabelcontactrelationmanager.md)

### Getting education relationship labels

- [CNLabelContactRelationTeacher](contacts/cnlabelcontactrelationteacher.md)

### Getting in-law relationship labels

- [CNLabelContactRelationBrotherInLaw](contacts/cnlabelcontactrelationbrotherinlaw.md)
- [CNLabelContactRelationBrotherInLawElderSistersHusband](contacts/cnlabelcontactrelationbrotherinlaweldersistershusband.md)
- [CNLabelContactRelationBrotherInLawHusbandsBrother](contacts/cnlabelcontactrelationbrotherinlawhusbandsbrother.md)
- [CNLabelContactRelationBrotherInLawHusbandsSistersHusband](contacts/cnlabelcontactrelationbrotherinlawhusbandssistershusband.md)
- [CNLabelContactRelationBrotherInLawSistersHusband](contacts/cnlabelcontactrelationbrotherinlawsistershusband.md)
- [CNLabelContactRelationBrotherInLawSpousesBrother](contacts/cnlabelcontactrelationbrotherinlawspousesbrother.md)
- [CNLabelContactRelationBrotherInLawWifesBrother](contacts/cnlabelcontactrelationbrotherinlawwifesbrother.md)
- [CNLabelContactRelationBrotherInLawWifesSistersHusband](contacts/cnlabelcontactrelationbrotherinlawwifessistershusband.md)
- [CNLabelContactRelationBrotherInLawYoungerSistersHusband](contacts/cnlabelcontactrelationbrotherinlawyoungersistershusband.md)
- [CNLabelContactRelationChildInLaw](contacts/cnlabelcontactrelationchildinlaw.md)
- [CNLabelContactRelationCoBrotherInLaw](contacts/cnlabelcontactrelationcobrotherinlaw.md)
- [CNLabelContactRelationCoFatherInLaw](contacts/cnlabelcontactrelationcofatherinlaw.md)
- [CNLabelContactRelationCoMotherInLaw](contacts/cnlabelcontactrelationcomotherinlaw.md)
- [CNLabelContactRelationCoParentInLaw](contacts/cnlabelcontactrelationcoparentinlaw.md)
- [CNLabelContactRelationCoSiblingInLaw](contacts/cnlabelcontactrelationcosiblinginlaw.md)
- [CNLabelContactRelationCoSisterInLaw](contacts/cnlabelcontactrelationcosisterinlaw.md)
- [CNLabelContactRelationElderBrotherInLaw](contacts/cnlabelcontactrelationelderbrotherinlaw.md)
- [CNLabelContactRelationElderSiblingInLaw](contacts/cnlabelcontactrelationeldersiblinginlaw.md)
- [CNLabelContactRelationElderSisterInLaw](contacts/cnlabelcontactrelationeldersisterinlaw.md)
- [CNLabelContactRelationFatherInLaw](contacts/cnlabelcontactrelationfatherinlaw.md)
- [CNLabelContactRelationFatherInLawHusbandsFather](contacts/cnlabelcontactrelationfatherinlawhusbandsfather.md)
- [CNLabelContactRelationFatherInLawOrStepfather](contacts/cnlabelcontactrelationfatherinlaworstepfather.md)
- [CNLabelContactRelationFatherInLawWifesFather](contacts/cnlabelcontactrelationfatherinlawwifesfather.md)
- [CNLabelContactRelationMotherInLaw](contacts/cnlabelcontactrelationmotherinlaw.md)
- [CNLabelContactRelationMotherInLawHusbandsMother](contacts/cnlabelcontactrelationmotherinlawhusbandsmother.md)
- [CNLabelContactRelationMotherInLawOrStepmother](contacts/cnlabelcontactrelationmotherinlaworstepmother.md)
- [CNLabelContactRelationMotherInLawWifesMother](contacts/cnlabelcontactrelationmotherinlawwifesmother.md)
- [CNLabelContactRelationParentInLaw](contacts/cnlabelcontactrelationparentinlaw.md)
- [CNLabelContactRelationSiblingInLaw](contacts/cnlabelcontactrelationsiblinginlaw.md)
- [CNLabelContactRelationSisterInLaw](contacts/cnlabelcontactrelationsisterinlaw.md)
- [CNLabelContactRelationSisterInLawBrothersWife](contacts/cnlabelcontactrelationsisterinlawbrotherswife.md)
- [CNLabelContactRelationSisterInLawElderBrothersWife](contacts/cnlabelcontactrelationsisterinlawelderbrotherswife.md)
- [CNLabelContactRelationSisterInLawHusbandsBrothersWife](contacts/cnlabelcontactrelationsisterinlawhusbandsbrotherswife.md)
- [CNLabelContactRelationSisterInLawHusbandsSister](contacts/cnlabelcontactrelationsisterinlawhusbandssister.md)
- [CNLabelContactRelationSisterInLawSpousesSister](contacts/cnlabelcontactrelationsisterinlawspousessister.md)
- [CNLabelContactRelationSisterInLawWifesBrothersWife](contacts/cnlabelcontactrelationsisterinlawwifesbrotherswife.md)
- [CNLabelContactRelationSisterInLawWifesSister](contacts/cnlabelcontactrelationsisterinlawwifessister.md)
- [CNLabelContactRelationSisterInLawYoungerBrothersWife](contacts/cnlabelcontactrelationsisterinlawyoungerbrotherswife.md)
- [CNLabelContactRelationYoungerBrotherInLaw](contacts/cnlabelcontactrelationyoungerbrotherinlaw.md)
- [CNLabelContactRelationYoungerSiblingInLaw](contacts/cnlabelcontactrelationyoungersiblinginlaw.md)
- [CNLabelContactRelationYoungerSisterInLaw](contacts/cnlabelcontactrelationyoungersisterinlaw.md)

### Getting extended family relationship labels

- [CNLabelContactRelationAunt](contacts/cnlabelcontactrelationaunt.md)
- [CNLabelContactRelationAuntFathersBrothersWife](contacts/cnlabelcontactrelationauntfathersbrotherswife.md)
- [CNLabelContactRelationAuntFathersElderBrothersWife](contacts/cnlabelcontactrelationauntfatherselderbrotherswife.md)
- [CNLabelContactRelationAuntFathersElderSister](contacts/cnlabelcontactrelationauntfatherseldersister.md)
- [CNLabelContactRelationAuntFathersSister](contacts/cnlabelcontactrelationauntfatherssister.md)
- [CNLabelContactRelationAuntFathersYoungerBrothersWife](contacts/cnlabelcontactrelationauntfathersyoungerbrotherswife.md)
- [CNLabelContactRelationAuntFathersYoungerSister](contacts/cnlabelcontactrelationauntfathersyoungersister.md)
- [CNLabelContactRelationAuntMothersBrothersWife](contacts/cnlabelcontactrelationauntmothersbrotherswife.md)
- [CNLabelContactRelationAuntMothersElderSister](contacts/cnlabelcontactrelationauntmotherseldersister.md)
- [CNLabelContactRelationAuntMothersSister](contacts/cnlabelcontactrelationauntmotherssister.md)
- [CNLabelContactRelationAuntMothersYoungerSister](contacts/cnlabelcontactrelationauntmothersyoungersister.md)
- [CNLabelContactRelationAuntParentsElderSister](contacts/cnlabelcontactrelationauntparentseldersister.md)
- [CNLabelContactRelationAuntParentsSister](contacts/cnlabelcontactrelationauntparentssister.md)
- [CNLabelContactRelationAuntParentsYoungerSister](contacts/cnlabelcontactrelationauntparentsyoungersister.md)
- [CNLabelContactRelationCousin](contacts/cnlabelcontactrelationcousin.md)
- [CNLabelContactRelationCousinFathersBrothersDaughter](contacts/cnlabelcontactrelationcousinfathersbrothersdaughter.md)
- [CNLabelContactRelationCousinFathersBrothersSon](contacts/cnlabelcontactrelationcousinfathersbrothersson.md)
- [CNLabelContactRelationCousinFathersSistersDaughter](contacts/cnlabelcontactrelationcousinfatherssistersdaughter.md)
- [CNLabelContactRelationCousinFathersSistersSon](contacts/cnlabelcontactrelationcousinfatherssistersson.md)
- [CNLabelContactRelationCousinGrandparentsSiblingsChild](contacts/cnlabelcontactrelationcousingrandparentssiblingschild.md)
- [CNLabelContactRelationCousinGrandparentsSiblingsDaughter](contacts/cnlabelcontactrelationcousingrandparentssiblingsdaughter.md)
- [CNLabelContactRelationCousinGrandparentsSiblingsSon](contacts/cnlabelcontactrelationcousingrandparentssiblingsson.md)
- [CNLabelContactRelationCousinMothersBrothersDaughter](contacts/cnlabelcontactrelationcousinmothersbrothersdaughter.md)
- [CNLabelContactRelationCousinMothersBrothersSon](contacts/cnlabelcontactrelationcousinmothersbrothersson.md)
- [CNLabelContactRelationCousinMothersSistersDaughter](contacts/cnlabelcontactrelationcousinmotherssistersdaughter.md)
- [CNLabelContactRelationCousinMothersSistersSon](contacts/cnlabelcontactrelationcousinmotherssistersson.md)
- [CNLabelContactRelationCousinOrSiblingsChild](contacts/cnlabelcontactrelationcousinorsiblingschild.md)
- [CNLabelContactRelationCousinParentsSiblingsChild](contacts/cnlabelcontactrelationcousinparentssiblingschild.md)
- [CNLabelContactRelationCousinParentsSiblingsDaughter](contacts/cnlabelcontactrelationcousinparentssiblingsdaughter.md)
- [CNLabelContactRelationCousinParentsSiblingsSon](contacts/cnlabelcontactrelationcousinparentssiblingsson.md)
- [CNLabelContactRelationDaughterInLaw](contacts/cnlabelcontactrelationdaughterinlaw.md)
- [CNLabelContactRelationDaughterInLawOrSisterInLaw](contacts/cnlabelcontactrelationdaughterinlaworsisterinlaw.md)
- [CNLabelContactRelationDaughterInLawOrStepdaughter](contacts/cnlabelcontactrelationdaughterinlaworstepdaughter.md)
- [CNLabelContactRelationElderCousin](contacts/cnlabelcontactrelationeldercousin.md)
- [CNLabelContactRelationElderCousinFathersBrothersDaughter](contacts/cnlabelcontactrelationeldercousinfathersbrothersdaughter.md)
- [CNLabelContactRelationElderCousinFathersBrothersSon](contacts/cnlabelcontactrelationeldercousinfathersbrothersson.md)
- [CNLabelContactRelationElderCousinFathersSistersDaughter](contacts/cnlabelcontactrelationeldercousinfatherssistersdaughter.md)
- [CNLabelContactRelationElderCousinFathersSistersSon](contacts/cnlabelcontactrelationeldercousinfatherssistersson.md)
- [CNLabelContactRelationElderCousinMothersBrothersDaughter](contacts/cnlabelcontactrelationeldercousinmothersbrothersdaughter.md)
- [CNLabelContactRelationElderCousinMothersBrothersSon](contacts/cnlabelcontactrelationeldercousinmothersbrothersson.md)
- [CNLabelContactRelationElderCousinMothersSiblingsDaughterOrFathersSistersDaughter](contacts/cnlabelcontactrelationeldercousinmotherssiblingsdaughterorfatherssistersdaughter.md)
- [CNLabelContactRelationElderCousinMothersSiblingsSonOrFathersSistersSon](contacts/cnlabelcontactrelationeldercousinmotherssiblingssonorfatherssistersson.md)
- [CNLabelContactRelationElderCousinMothersSistersDaughter](contacts/cnlabelcontactrelationeldercousinmotherssistersdaughter.md)
- [CNLabelContactRelationElderCousinMothersSistersSon](contacts/cnlabelcontactrelationeldercousinmotherssistersson.md)
- [CNLabelContactRelationElderCousinParentsSiblingsDaughter](contacts/cnlabelcontactrelationeldercousinparentssiblingsdaughter.md)
- [CNLabelContactRelationElderCousinParentsSiblingsSon](contacts/cnlabelcontactrelationeldercousinparentssiblingsson.md)
- [CNLabelContactRelationFemaleCousin](contacts/cnlabelcontactrelationfemalecousin.md)
- [CNLabelContactRelationGrandaunt](contacts/cnlabelcontactrelationgrandaunt.md)
- [CNLabelContactRelationGrandchild](contacts/cnlabelcontactrelationgrandchild.md)
- [CNLabelContactRelationGrandchildOrSiblingsChild](contacts/cnlabelcontactrelationgrandchildorsiblingschild.md)
- [CNLabelContactRelationGranddaughter](contacts/cnlabelcontactrelationgranddaughter.md)
- [CNLabelContactRelationGranddaughterDaughtersDaughter](contacts/cnlabelcontactrelationgranddaughterdaughtersdaughter.md)
- [CNLabelContactRelationGranddaughterSonsDaughter](contacts/cnlabelcontactrelationgranddaughtersonsdaughter.md)
- [CNLabelContactRelationGranddaughterOrNiece](contacts/cnlabelcontactrelationgranddaughterorniece.md)
- [CNLabelContactRelationGrandfather](contacts/cnlabelcontactrelationgrandfather.md)
- [CNLabelContactRelationGrandfatherFathersFather](contacts/cnlabelcontactrelationgrandfatherfathersfather.md)
- [CNLabelContactRelationGrandfatherMothersFather](contacts/cnlabelcontactrelationgrandfathermothersfather.md)
- [CNLabelContactRelationGrandmother](contacts/cnlabelcontactrelationgrandmother.md)
- [CNLabelContactRelationGrandmotherFathersMother](contacts/cnlabelcontactrelationgrandmotherfathersmother.md)
- [CNLabelContactRelationGrandmotherMothersMother](contacts/cnlabelcontactrelationgrandmothermothersmother.md)
- [CNLabelContactRelationGrandnephew](contacts/cnlabelcontactrelationgrandnephew.md)
- [CNLabelContactRelationGrandnephewBrothersGrandson](contacts/cnlabelcontactrelationgrandnephewbrothersgrandson.md)
- [CNLabelContactRelationGrandnephewSistersGrandson](contacts/cnlabelcontactrelationgrandnephewsistersgrandson.md)
- [CNLabelContactRelationGrandniece](contacts/cnlabelcontactrelationgrandniece.md)
- [CNLabelContactRelationGrandnieceBrothersGranddaughter](contacts/cnlabelcontactrelationgrandniecebrothersgranddaughter.md)
- [CNLabelContactRelationGrandnieceSistersGranddaughter](contacts/cnlabelcontactrelationgrandniecesistersgranddaughter.md)
- [CNLabelContactRelationGrandparent](contacts/cnlabelcontactrelationgrandparent.md)
- [CNLabelContactRelationGrandson](contacts/cnlabelcontactrelationgrandson.md)
- [CNLabelContactRelationGrandsonDaughtersSon](contacts/cnlabelcontactrelationgrandsondaughtersson.md)
- [CNLabelContactRelationGrandsonSonsSon](contacts/cnlabelcontactrelationgrandsonsonsson.md)
- [CNLabelContactRelationGrandsonOrNephew](contacts/cnlabelcontactrelationgrandsonornephew.md)
- [CNLabelContactRelationGranduncle](contacts/cnlabelcontactrelationgranduncle.md)
- [CNLabelContactRelationGreatGrandchild](contacts/cnlabelcontactrelationgreatgrandchild.md)
- [CNLabelContactRelationGreatGrandchildOrSiblingsGrandchild](contacts/cnlabelcontactrelationgreatgrandchildorsiblingsgrandchild.md)
- [CNLabelContactRelationGreatGranddaughter](contacts/cnlabelcontactrelationgreatgranddaughter.md)
- [CNLabelContactRelationGreatGrandfather](contacts/cnlabelcontactrelationgreatgrandfather.md)
- [CNLabelContactRelationGreatGrandmother](contacts/cnlabelcontactrelationgreatgrandmother.md)
- [CNLabelContactRelationGreatGrandparent](contacts/cnlabelcontactrelationgreatgrandparent.md)
- [CNLabelContactRelationGreatGrandson](contacts/cnlabelcontactrelationgreatgrandson.md)
- [CNLabelContactRelationMaleCousin](contacts/cnlabelcontactrelationmalecousin.md)
- [CNLabelContactRelationNephew](contacts/cnlabelcontactrelationnephew.md)
- [CNLabelContactRelationNephewBrothersSon](contacts/cnlabelcontactrelationnephewbrothersson.md)
- [CNLabelContactRelationNephewBrothersSonOrHusbandsSiblingsSon](contacts/cnlabelcontactrelationnephewbrotherssonorhusbandssiblingsson.md)
- [CNLabelContactRelationNephewOrCousin](contacts/cnlabelcontactrelationnepheworcousin.md)
- [CNLabelContactRelationNephewSistersSon](contacts/cnlabelcontactrelationnephewsistersson.md)
- [CNLabelContactRelationNephewSistersSonOrWifesSiblingsSon](contacts/cnlabelcontactrelationnephewsisterssonorwifessiblingsson.md)
- [CNLabelContactRelationNiece](contacts/cnlabelcontactrelationniece.md)
- [CNLabelContactRelationNieceBrothersDaughter](contacts/cnlabelcontactrelationniecebrothersdaughter.md)
- [CNLabelContactRelationNieceBrothersDaughterOrHusbandsSiblingsDaughter](contacts/cnlabelcontactrelationniecebrothersdaughterorhusbandssiblingsdaughter.md)
- [CNLabelContactRelationNieceOrCousin](contacts/cnlabelcontactrelationnieceorcousin.md)
- [CNLabelContactRelationNieceSistersDaughter](contacts/cnlabelcontactrelationniecesistersdaughter.md)
- [CNLabelContactRelationNieceSistersDaughterOrWifesSiblingsDaughter](contacts/cnlabelcontactrelationniecesistersdaughterorwifessiblingsdaughter.md)
- [CNLabelContactRelationParentsElderSibling](contacts/cnlabelcontactrelationparentseldersibling.md)
- [CNLabelContactRelationParentsSibling](contacts/cnlabelcontactrelationparentssibling.md)
- [CNLabelContactRelationParentsSiblingFathersElderSibling](contacts/cnlabelcontactrelationparentssiblingfatherseldersibling.md)
- [CNLabelContactRelationParentsSiblingFathersSibling](contacts/cnlabelcontactrelationparentssiblingfatherssibling.md)
- [CNLabelContactRelationParentsSiblingFathersYoungerSibling](contacts/cnlabelcontactrelationparentssiblingfathersyoungersibling.md)
- [CNLabelContactRelationParentsSiblingMothersElderSibling](contacts/cnlabelcontactrelationparentssiblingmotherseldersibling.md)
- [CNLabelContactRelationParentsSiblingMothersSibling](contacts/cnlabelcontactrelationparentssiblingmotherssibling.md)
- [CNLabelContactRelationParentsSiblingMothersYoungerSibling](contacts/cnlabelcontactrelationparentssiblingmothersyoungersibling.md)
- [CNLabelContactRelationParentsYoungerSibling](contacts/cnlabelcontactrelationparentsyoungersibling.md)
- [CNLabelContactRelationSiblingsChild](contacts/cnlabelcontactrelationsiblingschild.md)
- [CNLabelContactRelationSonInLaw](contacts/cnlabelcontactrelationsoninlaw.md)
- [CNLabelContactRelationSonInLawOrBrotherInLaw](contacts/cnlabelcontactrelationsoninlaworbrotherinlaw.md)
- [CNLabelContactRelationSonInLawOrStepson](contacts/cnlabelcontactrelationsoninlaworstepson.md)
- [CNLabelContactRelationUncle](contacts/cnlabelcontactrelationuncle.md)
- [CNLabelContactRelationUncleFathersBrother](contacts/cnlabelcontactrelationunclefathersbrother.md)
- [CNLabelContactRelationUncleFathersElderBrother](contacts/cnlabelcontactrelationunclefatherselderbrother.md)
- [CNLabelContactRelationUncleFathersElderSistersHusband](contacts/cnlabelcontactrelationunclefatherseldersistershusband.md)
- [CNLabelContactRelationUncleFathersSistersHusband](contacts/cnlabelcontactrelationunclefatherssistershusband.md)
- [CNLabelContactRelationUncleFathersYoungerBrother](contacts/cnlabelcontactrelationunclefathersyoungerbrother.md)
- [CNLabelContactRelationUncleFathersYoungerSistersHusband](contacts/cnlabelcontactrelationunclefathersyoungersistershusband.md)
- [CNLabelContactRelationUncleMothersBrother](contacts/cnlabelcontactrelationunclemothersbrother.md)
- [CNLabelContactRelationUncleMothersElderBrother](contacts/cnlabelcontactrelationunclemotherselderbrother.md)
- [CNLabelContactRelationUncleMothersSistersHusband](contacts/cnlabelcontactrelationunclemotherssistershusband.md)
- [CNLabelContactRelationUncleMothersYoungerBrother](contacts/cnlabelcontactrelationunclemothersyoungerbrother.md)
- [CNLabelContactRelationUncleParentsBrother](contacts/cnlabelcontactrelationuncleparentsbrother.md)
- [CNLabelContactRelationUncleParentsElderBrother](contacts/cnlabelcontactrelationuncleparentselderbrother.md)
- [CNLabelContactRelationUncleParentsYoungerBrother](contacts/cnlabelcontactrelationuncleparentsyoungerbrother.md)
- [CNLabelContactRelationYoungerCousin](contacts/cnlabelcontactrelationyoungercousin.md)
- [CNLabelContactRelationYoungerCousinFathersBrothersDaughter](contacts/cnlabelcontactrelationyoungercousinfathersbrothersdaughter.md)
- [CNLabelContactRelationYoungerCousinFathersBrothersSon](contacts/cnlabelcontactrelationyoungercousinfathersbrothersson.md)
- [CNLabelContactRelationYoungerCousinFathersSistersDaughter](contacts/cnlabelcontactrelationyoungercousinfatherssistersdaughter.md)
- [CNLabelContactRelationYoungerCousinFathersSistersSon](contacts/cnlabelcontactrelationyoungercousinfatherssistersson.md)
- [CNLabelContactRelationYoungerCousinMothersBrothersDaughter](contacts/cnlabelcontactrelationyoungercousinmothersbrothersdaughter.md)
- [CNLabelContactRelationYoungerCousinMothersBrothersSon](contacts/cnlabelcontactrelationyoungercousinmothersbrothersson.md)
- [CNLabelContactRelationYoungerCousinMothersSiblingsDaughterOrFathersSistersDaughter](contacts/cnlabelcontactrelationyoungercousinmotherssiblingsdaughterorfatherssistersdaughter.md)
- [CNLabelContactRelationYoungerCousinMothersSiblingsSonOrFathersSistersSon](contacts/cnlabelcontactrelationyoungercousinmotherssiblingssonorfatherssistersson.md)
- [CNLabelContactRelationYoungerCousinMothersSistersDaughter](contacts/cnlabelcontactrelationyoungercousinmotherssistersdaughter.md)
- [CNLabelContactRelationYoungerCousinMothersSistersSon](contacts/cnlabelcontactrelationyoungercousinmotherssistersson.md)
- [CNLabelContactRelationYoungerCousinParentsSiblingsDaughter](contacts/cnlabelcontactrelationyoungercousinparentssiblingsdaughter.md)
- [CNLabelContactRelationYoungerCousinParentsSiblingsSon](contacts/cnlabelcontactrelationyoungercousinparentssiblingsson.md)

### Initializers

- [init(coder:)](contacts/cnlabeledvalue/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Generic Types

- [CNContactProperty](contacts/cncontactproperty.md)
