Update how-to-validate-application-settings.md (#101)

This commit is contained in:
MHDeveloper30
2020-11-02 09:36:09 -08:00
committed by GitHub
parent 55f0279f86
commit 5408f5c4d0
@@ -46,7 +46,7 @@ The following procedures show how to test for a valid birth date using either th
- If you created your settings using the Visual Studio Application Settings dialog box in the **Property Editor**, you can retrieve the default settings object generated for your language through the following expression.
```csharp
Configuration.Settings.Default
Properties.Settings.Default
```
```vb