---
title: descriptorType
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsappleeventdescriptor/descriptortype
---

# descriptorType

The descriptor type of the receiver.

## Declaration

```swift
var descriptorType: DescType { get }
```

## See Also

### Getting Information About a Descriptor

- [aeDesc](foundation/nsappleeventdescriptor/aedesc.md)
- [booleanValue](foundation/nsappleeventdescriptor/booleanvalue.md)
- [coerce(toDescriptorType:)](foundation/nsappleeventdescriptor/coerce(todescriptortype:).md)
- [data](foundation/nsappleeventdescriptor/data.md)
- [enumCodeValue](foundation/nsappleeventdescriptor/enumcodevalue.md)
- [int32Value](foundation/nsappleeventdescriptor/int32value.md)
- [numberOfItems](foundation/nsappleeventdescriptor/numberofitems.md)
- [stringValue](foundation/nsappleeventdescriptor/stringvalue.md)
- [typeCodeValue](foundation/nsappleeventdescriptor/typecodevalue.md)
