---
title: projectedValue
framework: combine
role: symbol
role_heading: Instance Property
path: combine/published/projectedvalue
---

# projectedValue

The property for which this instance exposes a publisher.

## Declaration

```swift
var projectedValue: Published<Value>.Publisher { mutating get set }
```

## Discussion

Discussion The projectedValue is the property accessed with the $ operator.

## See Also

### Publishing the value

- [Published.Publisher](combine/published/publisher.md)
