mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 23:42:58 +02:00
Update how-to-validate-application-settings.md (#101)
This commit is contained in:
+1
-1
@@ -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.
|
- 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
|
```csharp
|
||||||
Configuration.Settings.Default
|
Properties.Settings.Default
|
||||||
```
|
```
|
||||||
|
|
||||||
```vb
|
```vb
|
||||||
|
|||||||
Reference in New Issue
Block a user