rename ECM references to IDB
This commit is contained in:
16
GUIs.ClientSuite/My Project/Settings.Designer.vb
generated
16
GUIs.ClientSuite/My Project/Settings.Designer.vb
generated
@@ -57,23 +57,11 @@ Namespace My
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("net.tcp://172.24.12.67:9000/DigitalData/Services/Main")> _
|
||||
Public ReadOnly Property EDM_NetworkService_Adress() As String
|
||||
Public ReadOnly Property IDBNetworkServiceAddress() As String
|
||||
Get
|
||||
Return CType(Me("EDM_NetworkService_Adress"),String)
|
||||
Return CType(Me("IDBNetworkServiceAddress"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property ICMServiceAddress() As String
|
||||
Get
|
||||
Return CType(Me("ICMServiceAddress"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("ICMServiceAddress") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user