1
Reply

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

Mohan Gupta

Mohan Gupta

11y
1.2k
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.