Retrieves a property from a limetype by its name.
This function extracts a specific property from a given limetype based on the property's name.
The property with the specified name.
Will throw an error if the property name does not exist in the limetype.
The limetype containing the properties.
The name of the property to retrieve.
Retrieves a property from a limetype by its name.
This function extracts a specific property from a given limetype based on the property's name.
Returns
The property with the specified name.
Throws
Will throw an error if the property name does not exist in the limetype.