TaskManagerEventArgsLogException Property |
Indicates whether the exception should be written to the system log, if applicable.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool LogException { get; set; }
Public Property LogException As Boolean
Get
Set
public:
property bool LogException {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also