Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / TraceSessionStart Property


In This Topic
TraceSessionStart Property
In This Topic
Gets or sets a value indicating whether the Reflection Trace utility to begin tracing the moment Reflection starts.
Syntax
'Declaration
 
Property TraceSessionStart As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.TraceSessionStart = value
 
value = instance.TraceSessionStart

Property Value

The default value is false.
Remarks
This is useful for troubleshooting Reflection, because the utility gathers data before the settings files are loaded or macros are executed.

Use TraceFileName to specify a filename and TraceFolder to specify a location.

See Also