klyn.Type.getProperty
method
public getProperty(propertyName as String, notInherited as Boolean = true) as Property:
Description

Method to get a specific property of the type.

Parameters
ParameterDescription
propertyNameThe name of the property to retrieve.
notInheritedIf true, only properties declared in this type are considered.
Returns

The property if found.