14 lines
392 B
VB.net
14 lines
392 B
VB.net
Imports DigitalData.Modules.Config.ConfigAttributes
|
|
Imports EnvelopeGenerator.Common.Jobs.FinalizeDocument
|
|
|
|
Public Class Config
|
|
<ConnectionString>
|
|
Public Property ConnectionString As String = ""
|
|
|
|
Public Property Debug As Boolean = False
|
|
|
|
Public Property IntervalInMin As Integer = 1
|
|
|
|
Public Property PDFBurnerParams As PDFBurnerParams = New PDFBurnerParams()
|
|
End Class
|