M-Files Vault Application Framework
C#
Show/Hide TOC
App
Task
Processor
Settings
Is
Trace
Log
Enabled Property
Callback used to determine if trace logging is enabled at that time.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
Func
<
bool
>
IsTraceLogEnabled
{
get
;
set
; }
Property Value
Func
Boolean
See Also
Reference
AppTaskProcessorSettings Class
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
See Also