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


In This Topic
    FileType Property
    In This Topic
    Gets or sets a value that indicates how to handle tabs in a MAPPER report.
    Syntax
    'Declaration
     
    
    Property FileType As MapperFileTypeOption
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As MapperFileTypeOption
     
    instance.FileType = value
     
    value = instance.FileType
    MapperFileTypeOption FileType {get; set;}
    See Also