---
title: "subscript(dynamicMember:)"
framework: appintentstesting
role: symbol
role_heading: Instance Subscript
path: "appintentstesting/dynamicpropertypath/subscript(dynamicmember:)-lizi"
---

# subscript(dynamicMember:)

Accesses a typed property at the current path by name.

## Declaration

```swift
subscript<T>(dynamicMember identifier: String) -> T where T : IntentValueConvertible { get throws }
```
