API/CodeSamples/SettingsKey.md
... ...
@@ -7,6 +7,8 @@
7 7
Gets or sets password to access the settings page. It should be used in tandem with UserKey if you don't need multi-user security.
8 8
If set, user will be asked for the password before settings page will be opened.
9 9
10
+**Default Value:** null
11
+
10 12
##Global.asax (C♯)
11 13
12 14
```csharp