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

View File

@@ -13,5 +13,8 @@
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_RENOLIT;Persist Security Info=True;User ID=sa;Password=dd</Value>
</Setting>
<Setting Name="BNSAPI_HOST" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>