Gets and sets an indicator if debug information is written to the DebugLogFile.
Read-write property
Visual Basic |
---|
Public Property Debug As Boolean |
A boolean value which is True to write debug information to the DebugLogFile. Otherwise, False should be set.
The default value is False.
This property allows you to turn the debug log file on or off without changing any of the other debug settings. When this property is True, the component writes information to the DebugLogFile as specified by the ErrorLevel property.