InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IMapperFileTransfer Interface / RetainHeaderOnDownload Property


In This Topic
    RetainHeaderOnDownload Property
    In This Topic
    Gets or sets a value indicating whether to retain MAPPER header information when a file is downloaded.
    Syntax
    'Declaration
     
    
    Property RetainHeaderOnDownload As Boolean
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As Boolean
     
    instance.RetainHeaderOnDownload = value
     
    value = instance.RetainHeaderOnDownload
    bool RetainHeaderOnDownload {get; set;}
    See Also