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

NameTypeDescription
paPropertyThe target property.

Returns

TypeDescription
ObjectThe casted Property object.

Cautions

none