I have a group of form objects and have created a custom attribute. Each of my form objects has one of these attributes assigned to it.
I need to find a way to get an object reference to each of these objects by using my custom attribute value. I assume that I would use reflection somehow.
I would really appreciate anyone's suggestions or examples. Thanks!
I need to find a way to get an object reference to each of these objects by using my custom attribute value. I assume that I would use reflection somehow.
I would really appreciate anyone's suggestions or examples. Thanks!