MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
20
Config/ConfigSample.vb
Normal file
20
Config/ConfigSample.vb
Normal file
@@ -0,0 +1,20 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
|
||||
Public Class ConfigSample
|
||||
|
||||
<ConnectionString>
|
||||
Public Property ConnectionString As String
|
||||
|
||||
<ConnectionStringTest>
|
||||
Public Property ConnectionStringTest As String
|
||||
|
||||
<ConnectionStringAppServer>
|
||||
Public Property ConnectionStringAppServer As String
|
||||
|
||||
<EDMIAppServer>
|
||||
Public Property EDMIAppServer As String
|
||||
<GlobalSetting>
|
||||
Public Property GlobalSetting As Integer
|
||||
|
||||
Public Property SomeSetting As Boolean
|
||||
End Class
|
||||
Reference in New Issue
Block a user