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
  • propertyName The name of the property to retrieve.
  • notInherited If true, only properties declared in this type are considered.
Returns
The property if found.