Reflection and My.Settings?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Not sure if this is possible, but is it possible to late bind to a setting?
I want to be able to construct a string and then based on the value of that
string, load the setting which goes by that name in my.settings. Anyone know
if this can be done?

Thanks...

-Ben
 
Ben R. said:
Not sure if this is possible, but is it possible to late bind to a
setting?
I want to be able to construct a string and then based on the value of
that
string, load the setting which goes by that name in my.settings. Anyone
know
if this can be done?

'My.Settings(<property name as string>)'.
 
Back
Top