Retrieves a property from a limetype by its label.
This function searches through the properties of a given limetype and returns the first property that matches the specified label.
The property with the specified label, or undefined if no match is found.
undefined
The limetype containing the properties.
The label of the property to retrieve.
Retrieves a property from a limetype by its label.
This function searches through the properties of a given limetype and returns the first property that matches the specified label.
Returns
The property with the specified label, or
undefined
if no match is found.