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


In This Topic
    LookSwitch Property
    In This Topic
    Gets or sets the command used to switch between the old MAPPER look (MAPPER 34) and the new MAPPER look (MAPPER 35)
    Syntax
    'Declaration
     
    
    Property LookSwitch As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.LookSwitch = value
     
    value = instance.LookSwitch
    string LookSwitch {get; set;}
    See Also