API Reference > ecschema-Metadata > Metadata > ECClass > getProperties getProperties Method Iterates all properties, including the ones merged from base classes and mixins. To obtain only local properties, use the 'properties' field. Since this is an expensive operation, results will be cached after first call. getProperties(resetCache: boolean = false): Promise<Property[]> Parameter Type Description resetCache boolean if true, any previously cached results will be dropped and cache will be rebuilt Returns - Promise<Property[]> Defined in core/ecschema-metadata/src/Metadata/Class.ts Line 528 Last Updated: 11 June, 2024