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


In This Topic
    ShiftCommand Property
    In This Topic
    Gets or sets the command that scrolls the MAPPER report horizontally.
    Syntax
    'Declaration
     
    
    Property ShiftCommand As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.ShiftCommand = value
     
    value = instance.ShiftCommand
    string ShiftCommand {get; set;}
    See Also