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


In This Topic
TraceFolder Property
In This Topic
Gets or sets the location of the folder where Reflection saves trace files that are created when Trace Session Start is true.
Syntax
'Declaration
 
Property TraceFolder As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.TraceFolder = value
 
value = instance.TraceFolder

Property Value

The default value is the Micro Focus\Reflection subfolder of your personal documents folder.
See Also