add global setting attribute
This commit is contained in:
@@ -7,4 +7,9 @@ Public Class ConfigSample
|
||||
|
||||
<ConnectionStringTest>
|
||||
Public Property ConnectionStringTest As String
|
||||
|
||||
<GlobalSetting>
|
||||
Public Property GlobalSetting As Integer
|
||||
|
||||
Public Property SomeSetting As Boolean
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user