|   | 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.257-beta
 Syntax
Syntax[DefaultValueAttribute(false)]
public bool LogToScreenshot { get; set; }<DefaultValueAttribute(false)>
Public Property LogToScreenshot As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool LogToScreenshot {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member LogToScreenshot : bool with get, set
function get_LogToScreenshot();
function set_LogToScreenshot(value);
Property Value
Boolean Remarks
Remarks
            This setting is ignored in Web Application and Web Service application types.
            
 See Also
See Also