klyn.reflection.Property.accessible
property
public property accessible as Boolean:
Description

Allows reflective access to a non-public property when enabled.

Example
prop = type(obj).properties[0u]
prop.accessible = true