Thursday, April 25, 2019

You may have a Settings.settings file in your Properties folder in a C# project in a Visual Studio solution.

It is a dictionary. You may pull stuff out of it like so:

var foo = YourProjectNameHere.Properties.Settings.Default.Foo;

No comments:

Post a Comment