MS
This commit is contained in:
@@ -76,6 +76,18 @@ Namespace My
|
||||
Me("BNSAPI_HOST") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property EmailTestReceipiant() As String
|
||||
Get
|
||||
Return CType(Me("EmailTestReceipiant"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("EmailTestReceipiant") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user