1
Reply

Explain how to retrieve property settings from XML .config file.

Mohan Gupta

Mohan Gupta

12y
1.8k
0
Reply

    Create an instance of AppSettingsReader class, use GetValue method by passing the name of the property and the type expected. Assign the result to the appropriate variable.