---
title: "value(_:forProperty:)"
framework: foundationmodels
role: symbol
role_heading: Instance Method
path: "foundationmodels/generatedcontent/value(_:forproperty:)-3xsez"
---

# value(_:forProperty:)

Reads a concrete Generable type from named property.

## Declaration

```swift
func value<Value>(_ type: Value.Type = Value.self, forProperty property: String) throws -> Value where Value : ConvertibleFromGeneratedContent
```

## Mentioned in

Generating Swift data structures with guided generation
