Get a property by name
name of property to get. Allows a path to be specified using dot notation to get properties of relations
the property specified by the name argument
Will throw an error containing the name of the missing property
const phoneProperty = dealLimetype.getProperty('company.phone') Copy
const phoneProperty = dealLimetype.getProperty('company.phone')
Get a property by name