11 lines
445 B
VB.net
11 lines
445 B
VB.net
Public Class DbConfig
|
|
Public Property ExternalProgramName As String = "Sign Flow"
|
|
Public Property DocumentPath As String = ""
|
|
Public Property ExportPath As String = ""
|
|
Public Property DocumentPath_DMZ As String = ""
|
|
Public Property ExportPath_DMZ As String = ""
|
|
Public Property SignedMail_Path As String = ""
|
|
Public Property SendingProfile As Integer = 0
|
|
Public Property SignatureHost As String = ""
|
|
End Class
|