InfoConnect API Guide
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 InfoConnect 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\InfoConnect subfolder of your personal documents folder.
    See Also