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


In This Topic
    TrimTrailingSpaces Property
    In This Topic
    Gets or sets a value indicating whether to delete any extra spaces that might exist at the end of the received file.
    Syntax
    'Declaration
     
    
    Property TrimTrailingSpaces As Boolean
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As Boolean
     
    instance.TrimTrailingSpaces = value
     
    value = instance.TrimTrailingSpaces
    bool TrimTrailingSpaces {get; set;}
    See Also