MS
This commit is contained in:
12
Global_Indexer/My Project/Settings.Designer.vb
generated
12
Global_Indexer/My Project/Settings.Designer.vb
generated
@@ -162,6 +162,18 @@ Namespace My
|
||||
Me("REGEX_Replace") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("myFilename.pdf")> _
|
||||
Public Property FilenameTest() As String
|
||||
Get
|
||||
Return CType(Me("FilenameTest"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("FilenameTest") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user