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


In This Topic
    CommandCode Property
    In This Topic
    Gets or sets the MAPPER command code that precedes a MAPPER command (such as the commands to add or delete lines).
    Syntax
    'Declaration
     
    
    Property CommandCode As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.CommandCode = value
     
    value = instance.CommandCode
    string CommandCode {get; set;}
    See Also