d0c65799b6b2b84a66e46e4df3711fc07acc728a
API/CodeSamples/AdHocUserKey.md
| ... | ... | @@ -29,6 +29,10 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig |
| 29 | 29 | } |
| 30 | 30 | } |
| 31 | 31 | ``` |
| 32 | + |
|
| 33 | +##Global.asax (VB.NET) |
|
| 34 | + |
|
| 35 | +```visualbasic |
|
| 32 | 36 | 'main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig |
| 33 | 37 | Public Class CustomAdHocConfig |
| 34 | 38 | Inherits Izenda.AdHoc.DatabaseAdHocConfig |
| ... | ... | @@ -51,4 +55,4 @@ Public Class CustomAdHocConfig |
| 51 | 55 | AdHocSettings.AdHocUserKey = "userkey" |
| 52 | 56 | End Sub |
| 53 | 57 | End Class |
| 54 | -## |
|
| ... | ... | \ No newline at end of file |
| 0 | +``` |
|
| ... | ... | \ No newline at end of file |