---
title: initiatorNameComponents
framework: sharedwithyoucore
role: symbol
role_heading: Instance Property
path: sharedwithyoucore/swcollaborationmetadata/initiatornamecomponents
---

# initiatorNameComponents

The name of the person who initiates the collaboration.

## Declaration

```swift
var initiatorNameComponents: PersonNameComponents? { get set }
```

## Discussion

Discussion The app that initiates a collaboration sets the initiatorNameComponents to allow the user to confirm the components before the system begins the collaboration. The value of the components will not be transmitted to recipients, and is nil before the system initiates a collaboration.

## See Also

### Accessing metadata attributes

- [collaborationIdentifier](sharedwithyoucore/swcollaborationmetadata/collaborationidentifier.md)
- [defaultShareOptions](sharedwithyoucore/swcollaborationmetadata/defaultshareoptions.md)
- [initiatorHandle](sharedwithyoucore/swcollaborationmetadata/initiatorhandle.md)
- [localIdentifier](sharedwithyoucore/swcollaborationmetadata/localidentifier.md)
- [title](sharedwithyoucore/swcollaborationmetadata/title.md)
- [userSelectedShareOptions](sharedwithyoucore/swcollaborationmetadata/userselectedshareoptions.md)
