B
Brian Mitchell
Hello, I am trying to create a property that can be set to a string or give
the user a list of methods inside that property.
For instance, I have the property -Location-. I would like the option of
either saying something.Location="Houston" OR something.Location.GetLocation
(which sets a private variable) . Is there a way of doing this?
Thanks!!
the user a list of methods inside that property.
For instance, I have the property -Location-. I would like the option of
either saying something.Location="Houston" OR something.Location.GetLocation
(which sets a private variable) . Is there a way of doing this?
Thanks!!