Instance.Reflection.getProperty()

Signature

Object 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
ObjectThe property of the concept instance with the given property name

Cautions

none