jj Änderungen JSON API

This commit is contained in:
Jonathan Jenne
2018-01-03 11:41:34 +01:00
parent 3c6ef71b55
commit 3c02303007
5 changed files with 42 additions and 15 deletions

View File

@@ -78,6 +78,18 @@ Namespace My
Return CType(Me("SQLSERVER_CS"),String)
End Get
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public Property BNSAPI_HOST() As String
Get
Return CType(Me("BNSAPI_HOST"),String)
End Get
Set
Me("BNSAPI_HOST") = value
End Set
End Property
End Class
End Namespace