---
title: recordName
framework: opendirectory
role: symbol
role_heading: Instance Property
path: opendirectory/odrecord/recordname
---

# recordName

The official name of the record.

## Declaration

```swift
var recordName: String! { get }
```

## See Also

### Managing Record Attributes

- [addValue(_:toAttribute:)](opendirectory/odrecord/addvalue(_:toattribute:).md)
- [recordDetails(forAttributes:)](opendirectory/odrecord/recorddetails(forattributes:).md)
- [recordType](opendirectory/odrecord/recordtype.md)
- [removeValues(forAttribute:)](opendirectory/odrecord/removevalues(forattribute:).md)
- [removeValue(_:fromAttribute:)](opendirectory/odrecord/removevalue(_:fromattribute:).md)
- [setValue(_:forAttribute:)](opendirectory/odrecord/setvalue(_:forattribute:).md)
- [synchronize()](opendirectory/odrecord/synchronize().md)
- [values(forAttribute:)](opendirectory/odrecord/values(forattribute:).md)
