vb.net - Access collection of user setting current values -


is there built in collection of current values of user settings accessible? using loop below, can iterate through default user settings however, cannot access current values. there way achieve this?

for each setting system.configuration.settingsproperty in my.settings.properties     console.writeline(setting.name & " >> " & setting.defaultvalue) next 

the my.settings property give access given applications users settings looking @ right thing. these can arbitrarily written , stored save method. once call save values should persist across instances of application.

note though applies application, not others. have settings across applications need choose different storage medium registry


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -