Joy,

If memory serves me right each property has a SELECTIVITY parameter which
you can read.

Cach� 5.x introduced the %GetParameter() method to fetch the value of a
class parameter. Alas, this doesn't work with  _property_ parameters. You'd
have to do something like:

Set propDef = ##class(%Library.PropertyDefinition).%OpenId(
"ClassName||Propname")
Set propSel = propDef.Parameters.GetAt( "SELECTIVITY")
Set propDef = ""

HTH,

Ram�n



Reply via email to