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


In This Topic
    LineZeroResponse Property
    In This Topic
    Gets or sets the title of the Line Zero information page.
    Syntax
    'Declaration
     
    
    Property LineZeroResponse As String
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As String
     
    instance.LineZeroResponse = value
     
    value = instance.LineZeroResponse
    string LineZeroResponse {get; set;}
    See Also