Click or drag to resize

RuntimeManagerIsWriteTraceFile Property

Note: This API is now obsolete.

Gets or sets OTX-Runtime Tracing status.This switches ON/OFF (true/false) the tracing of OTX-Runtime, which is useful for error detection inside OTX Runtime. Default value: true. This property is obsolete, please use TraceLevel instead.

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
[ObsoleteAttribute("IsWriteTraceFile property is deprecated, please use TraceLevel instead.")]
public bool IsWriteTraceFile { get; set; }

Property Value

Type: Boolean

Implements

IRuntimeManagerIsWriteTraceFile
See Also