Instance.Reflection.getProperty()

Signature

Property getProperty(Concept instance, String propertyName)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method returns a property of a Concept Instance given the property name.

Parameters

NameTypeDescription
instanceConceptthe concept instance
propertyNameStringthe property name

Returns

TypeDescription
PropertyThe property of the concept instance with the given property name

Cautions

none