400 lines
22 KiB
VB.net
400 lines
22 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Dieser Code wurde von einem Tool generiert.
|
|
' Laufzeitversion:4.0.30319.42000
|
|
'
|
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
' der Code erneut generiert wird.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
|
|
Namespace My
|
|
|
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0"),
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0"),
|
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
|
|
Partial Public NotInheritable Class MySettings
|
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
|
|
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()), MySettings)
|
|
|
|
#Region "Automatische My.Settings-Speicherfunktion"
|
|
#If _MYTYPE = "WindowsForms" Then
|
|
Private Shared addedHandler As Boolean
|
|
|
|
Private Shared addedHandlerLockObject As New Object
|
|
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
|
If My.Application.SaveMySettingsOnExit Then
|
|
My.Settings.Save()
|
|
End If
|
|
End Sub
|
|
#End If
|
|
#End Region
|
|
|
|
Public Shared ReadOnly Property [Default]() As MySettings
|
|
Get
|
|
|
|
#If _MYTYPE = "WindowsForms" Then
|
|
If Not addedHandler Then
|
|
SyncLock addedHandlerLockObject
|
|
If Not addedHandler Then
|
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
|
addedHandler = True
|
|
End If
|
|
End SyncLock
|
|
End If
|
|
#End If
|
|
Return defaultInstance
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.99;Initial Catalog=Therefore;Integrated Security=false;User" &
|
|
" ID=sa;Password=BmWr501956;")>
|
|
Public Property SCANCANON_PRODConnectionString() As String
|
|
Get
|
|
Return CType(Me("SCANCANON_PRODConnectionString"), String)
|
|
End Get
|
|
Set
|
|
Me("SCANCANON_PRODConnectionString") = Value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("http://ec.europa.eu/taxation_customs/vies/services/checkVatService")>
|
|
Public ReadOnly Property VERAG_PROG_ALLGEMEIN_UIDPruefung_checkVatService() As String
|
|
Get
|
|
Return CType(Me("VERAG_PROG_ALLGEMEIN_UIDPruefung_checkVatService"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=DISPO;Integrated Security=fa" &
|
|
"lse;User ID=AppUser;Password=yp/THDd?xM+pZ$;Pooling=true;Min Pool Size=5;Max Poo" &
|
|
"l Size=200")>
|
|
Public Property DISPOConnectionString() As String
|
|
Get
|
|
Return CType(Me("DISPOConnectionString"), String)
|
|
End Get
|
|
Set
|
|
Me("DISPOConnectionString") = Value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("https://finanzonline.bmf.gv.at/fon/ws/uidAbfrage/")>
|
|
Public ReadOnly Property VERAG_PROG_ALLGEMEIN_at_gv_bmf_finanzonline_uidAbfrageService() As String
|
|
Get
|
|
Return CType(Me("VERAG_PROG_ALLGEMEIN_at_gv_bmf_finanzonline_uidAbfrageService"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("https://finanzonline.bmf.gv.at:443/fonws/ws/session")>
|
|
Public ReadOnly Property VERAG_PROG_ALLGEMEIN_at_gv_bmf_finanzonline_session_sessionService() As String
|
|
Get
|
|
Return CType(Me("VERAG_PROG_ALLGEMEIN_at_gv_bmf_finanzonline_session_sessionService"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")>
|
|
Public Property asdadasdasdasdasdasd() As String
|
|
Get
|
|
Return CType(Me("asdadasdasdasdasdasd"), String)
|
|
End Get
|
|
Set
|
|
Me("asdadasdasdasdasdasd") = Value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.91\SQLFMZOLL;Initial Catalog=VERAG;Integrated Security=fals" &
|
|
"e;User ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property FMZOLL_PRODConnectionString() As String
|
|
Get
|
|
Return CType(Me("FMZOLL_PRODConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=BUCHHALTUNG.verag.ost.dmn;Initial Catalog=FIBU2;Integrated Security=f" &
|
|
"alse;User ID=Aviso_User;Password=DMQRNdUCcK;")>
|
|
Public ReadOnly Property SYSKAConnectionString() As String
|
|
Get
|
|
Return CType(Me("SYSKAConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.95\SQLATLAS;Initial Catalog=atlas;Integrated Security=false" &
|
|
";User ID=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property ATLASConnectionString() As String
|
|
Get
|
|
Return CType(Me("ATLASConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=ADMIN;Integrated Security=fa" &
|
|
"lse;User ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property ADMINConnectionString_DEV() As String
|
|
Get
|
|
Return CType(Me("ADMINConnectionString_DEV"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.91\SQLFMZOLL;Initial Catalog=SDL;Integrated Security=false;" &
|
|
"User ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property SDL_PRODConnectionString() As String
|
|
Get
|
|
Return CType(Me("SDL_PRODConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=VERAG;Integrated Security=false;U" &
|
|
"ser ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property FMZOLLConnectionString() As String
|
|
Get
|
|
Return CType(Me("FMZOLLConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO_new;Integrated Security=fal" &
|
|
"se;User ID=AppUser;Password=yp/THDd?xM+pZ$;Pooling=true;Min Pool Size=5;Max Pool" &
|
|
" Size=200")>
|
|
Public ReadOnly Property AVISOConnectionStringTEST() As String
|
|
Get
|
|
Return CType(Me("AVISOConnectionStringTEST"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=AVISO;Integrated Security=fa" &
|
|
"lse;User ID=AppUser;Password=yp/THDd?xM+pZ$;Pooling=true;Min Pool Size=5;Max Poo" &
|
|
"l Size=200")>
|
|
Public ReadOnly Property AVISOConnectionString() As String
|
|
Get
|
|
Return CType(Me("AVISOConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=SDL;Integrated Security=False;Per" &
|
|
"sist Security Info=True;User ID=AppUser;Password=yp/THDd?xM+pZ$;TrustServerCerti" &
|
|
"ficate=False")>
|
|
Public ReadOnly Property SDLConnectionString() As String
|
|
Get
|
|
Return CType(Me("SDLConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=BUCHHALTUNG.verag.ost.dmn;Initial Catalog=ezoll;Integrated Security=f" &
|
|
"alse;User ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property EZOLLConnectionString() As String
|
|
Get
|
|
Return CType(Me("EZOLLConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=AVISO;Integrated Security=fa" &
|
|
"lse;User ID=AppUser;Password=yp/THDd?xM+pZ$;Pooling=true;Min Pool Size=5;Max Poo" &
|
|
"l Size=200")>
|
|
Public ReadOnly Property AVISO_ATILLAConnectionString() As String
|
|
Get
|
|
Return CType(Me("AVISO_ATILLAConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.133.98;Initial Catalog=atlas;Integrated Security=false;User I" &
|
|
"D=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property ATLAS_SBGConnectionString() As String
|
|
Get
|
|
Return CType(Me("ATLAS_SBGConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=UID;Persist Security Info=True;Us" &
|
|
"er ID=sa;Password=BmWr501956")>
|
|
Public ReadOnly Property UIDConnectionString() As String
|
|
Get
|
|
Return CType(Me("UIDConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=UID;Integrated Security=fals" &
|
|
"e;User ID=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property UID_PRODConnectionString() As String
|
|
Get
|
|
Return CType(Me("UID_PRODConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=FD;Integrated Security=false" &
|
|
";User ID=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property FDConnectionString() As String
|
|
Get
|
|
Return CType(Me("FDConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=FD;Integrated Security=false;User" &
|
|
" ID=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property FD_PRODConnectionString() As String
|
|
Get
|
|
Return CType(Me("FD_PRODConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=DISPO;Integrated Security=false;U" &
|
|
"ser ID=AppUser;Password=yp/THDd?xM+pZ$;Pooling=true;Min Pool Size=5;Max Pool Siz" &
|
|
"e=200")>
|
|
Public ReadOnly Property DISPOConnectionStringTEST() As String
|
|
Get
|
|
Return CType(Me("DISPOConnectionStringTEST"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("http://localhost:8733/DSFinVKService")>
|
|
Public ReadOnly Property VERAG_PROG_ALLGEMEIN_RKSV_DE_DSFinVKService_DSFinVKServer() As String
|
|
Get
|
|
Return CType(Me("VERAG_PROG_ALLGEMEIN_RKSV_DE_DSFinVKService_DSFinVKServer"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.WebServiceUrl),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("http://ec.europa.eu/taxation_customs/vies/services/checkVatTestService")>
|
|
Public ReadOnly Property VERAG_PROG_ALLGEMEIN_eu_europa_ec_checkVatTestService() As String
|
|
Get
|
|
Return CType(Me("VERAG_PROG_ALLGEMEIN_eu_europa_ec_checkVatTestService"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=ADMIN;Integrated Security=false;U" &
|
|
"ser ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property ADMINConnectionString() As String
|
|
Get
|
|
Return CType(Me("ADMINConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=ASFINAG;Integrated Security=false" &
|
|
";User ID=AppUser;Password=yp/THDd?xM+pZ$;")>
|
|
Public ReadOnly Property AsfinagConnectionString() As String
|
|
Get
|
|
Return CType(Me("AsfinagConnectionString"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=SQLGUIDE01.verag.ost.dmn;Initial Catalog=Parkzeit;Integrated Security" &
|
|
"=false;User ID=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property PARKZEITConnectionString_PROD() As String
|
|
Get
|
|
Return CType(Me("PARKZEITConnectionString_PROD"), String)
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString),
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=DEVELOPER\DEVSQL;Initial Catalog=Parkzeit;Integrated Security=false;U" &
|
|
"ser ID=sa;Password=BmWr501956;")>
|
|
Public ReadOnly Property PARKZEITConnectionString_DEV() As String
|
|
Get
|
|
Return CType(Me("PARKZEITConnectionString_DEV"), String)
|
|
End Get
|
|
End Property
|
|
End Class
|
|
End Namespace
|
|
|
|
Namespace My
|
|
|
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(),
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>
|
|
Friend Module MySettingsProperty
|
|
|
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>
|
|
Friend ReadOnly Property Settings() As Global.VERAG_PROG_ALLGEMEIN.My.MySettings
|
|
Get
|
|
Return Global.VERAG_PROG_ALLGEMEIN.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|