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


In This Topic
    WRQPreserveDate Property
    In This Topic
    Returns or specifies whether the destination file receives its creation date and time from the source file.
    Syntax
    'Declaration
     
    
    Property WRQPreserveDate As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQPreserveDate = value
     
    value = instance.WRQPreserveDate
    bool WRQPreserveDate {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this property is set to False, the destination file receives its creation date from the time of the transfer. This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
    See Also