InfoConnect for Airlines
FileType Property


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