klyn.reflection.Property.isWriteonly
property
public readonly property isWriteonly as Boolean:
Description

Indicates whether the property is declared write-only.

Returns

true when the declaration uses the writeonly modifier.

Example
prop = type(credentials).getProperty("password")
assert prop.isWriteonly