---
title: isRecordDescriptor
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsappleeventdescriptor/isrecorddescriptor
---

# isRecordDescriptor

Returns whether or not the receiver is a record-like descriptor.

## Declaration

```swift
var isRecordDescriptor: Bool { get }
```

## Discussion

Discussion Record-like descriptors function as records, but may have a descriptorType other than typeAERecord, such as typeObjectSpecifier.
