InfoConnect API Guide
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 InfoConnect Trace utility to begin tracing the moment InfoConnect starts.
    Syntax
    'Declaration
     
    
    Property TraceSessionStart As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.TraceSessionStart = value
     
    value = instance.TraceSessionStart
    bool TraceSessionStart {get; set;}

    Property Value

    The default value is false.
    Remarks
    This is useful for troubleshooting InfoConnect, 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