MS Erweiterung IMAP
This commit is contained in:
12
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
12
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
@@ -137,6 +137,18 @@ Namespace My
|
||||
Return CType(Me("FB_PW"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property MyTestHTML() As String
|
||||
Get
|
||||
Return CType(Me("MyTestHTML"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("MyTestHTML") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
@@ -31,5 +31,8 @@
|
||||
<Setting Name="FB_PW" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="MyTestHTML" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user