Instance.Reflection.toObject()
Signature
Object toObject(Property pa)
Domain
ACTION, CONDITION, QUERY, BUI
Description
This method explicitly casts the property to an object. It returns the property object, not the value in the property.
Parameters
| Name | Type | Description |
pa | Property | The target property. |
Returns
| Type | Description |
Object | The casted Property object. |