VirtualUser TransactionLoggingOn Property C# API
Gets or sets a value that indicates whether transactions should be logged for this VU.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public bool TransactionLoggingOn { get; set; }

Field Value

true if the transaction should be logged; otherwise, false.
Remarks

When the Transaction Logging flag is false, start and end transaction events are not written to the event log.
See Also