get

operator fun <T> get(propertyName: String): Either<InstanceError, T?>

Return

The Property named propertyName of this BusinessObject, if it exists

A PropertyNotFoundError if the Property does not exist in this BusinessObject

A PropertyTypeError if the Property exists but its value is not of type T