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


In This Topic
TraceFileName Property
In This Topic
Gets or sets a value indicating the name of the trace file that is created when Trace Session Start is true.
Syntax
'Declaration
 
Property TraceFileName As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.TraceFileName = value
 
value = instance.TraceFileName

Property Value

The default value is "ProductAbbreviation Trace". This value creates files with the following naming pattern (where # is a number):

Trace #.rev.

Remarks
Reflection always saves a file to the lowest available number. For example, if you delete the first trace file, "Trace 1.rev", the next trace file is saved to that name since it is the lowest available number.
See Also