---
title: "get(as:)"
framework: App Intents Testing
role: symbol
role_heading: Instance Method
platforms: [iOS 27.2+, iPadOS 27.2+, Mac Catalyst 27.2+, macOS 27.2+, tvOS 27.2+, visionOS 27.2+, watchOS 27.2+]
path: "appintentstesting/dynamicpropertypath/get(as:)"
---

# get(as:)

Resolves the value at this path, fetching it from the app if it was deferred.

## Declaration

```swift
func get<T>(as type: T.Type = T.self) async throws -> T where T : IntentValueConvertible
```
