API Reference > ecschema-Metadata > Metadata > ECClass > getInheritedProperty getInheritedProperty Method Searches the base class, if one exists, for the property with the name provided. getInheritedProperty(name: string): Promise<undefined | Property> Parameter Type Description name string The name of the inherited property to find. Returns - Promise<undefined | Property> Defined in core/ecschema-metadata/src/Metadata/Class.ts Line 114 Last Updated: 11 June, 2024