---
title: booleanValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsappleeventdescriptor/booleanvalue
---

# booleanValue

The contents of the receiver as a Boolean value, coercing (to typeBoolean) if necessary.

## Declaration

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

## Discussion

Discussion The contents of the descriptor, as a Boolean value, or false if an error occurs.

## See Also

### Getting Information About a Descriptor

- [aeDesc](foundation/nsappleeventdescriptor/aedesc.md)
- [coerce(toDescriptorType:)](foundation/nsappleeventdescriptor/coerce(todescriptortype:).md)
- [data](foundation/nsappleeventdescriptor/data.md)
- [descriptorType](foundation/nsappleeventdescriptor/descriptortype.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)
