|
ErrorLoggerLogToScreenshot Property
|
Gets or sets a boolean value that indicates whether a screenshot of the user's desktop is to be taken
when an
Exception is logged.
Namespace: GSF.Windows.ErrorManagementAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax function get_LogToScreenshot();
function set_LogToScreenshot(value);
View SourceProperty Value
BooleanRemarks
This setting is ignored in Web Application and Web Service application types.
See Also