19 lines
441 B
VB.net
19 lines
441 B
VB.net
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
|
|
|
|
<GlobalSetting>
|
|
Public Property GlobalSetting As Integer
|
|
|
|
Public Property SomeSetting As Boolean
|
|
End Class
|