elpete
12/30/2022, 3:47 PMaccessors="true"
on the metadata. If so, CFML generates get#propertyName#
and set#propertyName#
methods you can use. If you don’t want accessors="true"
on the component, you will need to provide your own methods that access the properties.