---
title: "subscript(_:)"
framework: appintentstesting
role: symbol
role_heading: Instance Subscript
path: "appintentstesting/dynamicpropertypathcollection/subscript(_:)-6t8mq"
---

# subscript(_:)

Accesses typed properties from the intent value at the given index.

## Declaration

```swift
subscript<T>(position: Int) -> T where T : IntentValueConvertible { get throws }
```
