Gets and sets a flag to indicate if debug information is sent to a debug file.
Read-write property
Visual Basic |
---|
Public Property Debug() As Boolean |
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 is True, the toolkit will write items to the debug log file, as specified by the DebugLogFile and ErrorLevel properties.