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


In This Topic
    LineZeroCommand Property
    In This Topic
    Gets or sets the command issued to MAPPER for displaying the Line Zero information.
    Syntax
    'Declaration
     
    
    Property LineZeroCommand As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.LineZeroCommand = value
     
    value = instance.LineZeroCommand
    string LineZeroCommand {get; set;}
    See Also