Files
EnvelopeGenerator/EnvelopeGenerator.Common/Entities/DbConfig.vb
Jonathan Jenne 03100e1a2a add export path
2023-12-04 10:43:54 +01:00

8 lines
292 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 SendingProfile As Integer = 0
Public Property SignatureHost As String = ""
End Class