Reflection
TraceFolder Property


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
string TraceFolder {get; set;}

Property Value

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