---
title: inheritedProperties
framework: swiftdata
role: symbol
role_heading: Instance Property
path: swiftdata/schema/entity/inheritedproperties
---

# inheritedProperties

## Declaration

```swift
final var inheritedProperties: [any SchemaProperty] { get set }
```

## See Also

### Managing properties

- [properties](swiftdata/schema/entity/properties.md)
- [inheritedPropertiesByName](swiftdata/schema/entity/inheritedpropertiesbyname.md)
- [storedProperties](swiftdata/schema/entity/storedproperties.md)
- [storedPropertiesByName](swiftdata/schema/entity/storedpropertiesbyname.md)
