InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / ResponsesScrolling Property


In This Topic
    ResponsesScrolling Property
    In This Topic
    Gets or sets a value specifying the response that CANDE sends to the PC in response to the ?+s command.
    Syntax
    'Declaration
     
    
    Property ResponsesScrolling As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.ResponsesScrolling = value
     
    value = instance.ResponsesScrolling
    string ResponsesScrolling {get; set;}
    See Also