---
title: value
framework: classkit
role: symbol
role_heading: Instance Property
path: classkit/clsbinaryitem/value
---

# value

The value that the binary activity item takes.

## Declaration

```swift
var value: Bool { get set }
```

## Discussion

Discussion Interpret this value according to the binary activity item’s valueType. For example, if the value type is set to CLSBinaryValueType.passFail, then false means fail, and true means pass.

## See Also

### Managing the Value

- [valueType](classkit/clsbinaryitem/valuetype.md)
