Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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

Property Value

The default value is true.
Remarks
When TransferLoggingEnabled is True, Reflection 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