---
title: projectedValue
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/bindable/projectedvalue
---

# projectedValue

The bindable wrapper for the object that creates bindings to its properties using dynamic member lookup.

## Declaration

```swift
var projectedValue: Bindable<Value> { get }
```

## See Also

### Getting the value

- [wrappedValue](swiftui/bindable/wrappedvalue.md)
- [subscript(dynamicMember:)](swiftui/bindable/subscript(dynamicmember:).md)
