InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferLoggingEnabled Property


In This Topic
    TransferLoggingEnabled Property
    In This Topic
    Returns or specifies whether file transfer logging is enabled.
    Syntax
    'Declaration
     
    
    Property TransferLoggingEnabled As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.TransferLoggingEnabled = value
     
    value = instance.TransferLoggingEnabled
    bool TransferLoggingEnabled {get; set;}

    Property Value

    The default value is true.
    Remarks
    When TransferLoggingEnabled is True, InfoConnect stores file transfer information to a log file specified by TransferLogFileName. Use the StartTransferLogging and StopTransferLogging methods to start and stop file transfer logging. The default value is true.
    See Also