---
title: wrappedValue
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/nsapplicationdelegateadaptor/wrappedvalue
---

# wrappedValue

The underlying delegate.

## Declaration

```swift
@MainActor @preconcurrency var wrappedValue: DelegateType { get }
```

## See Also

### Getting the delegate adaptor

- [projectedValue](swiftui/nsapplicationdelegateadaptor/projectedvalue.md)
