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


In This Topic
    GetFileResponse Property
    In This Topic
    Gets or sets a value specifying the response that CANDE sends to the PC to indicate when a host file has been retrieved.
    Syntax
    'Declaration
     
    
    Property GetFileResponse As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.GetFileResponse = value
     
    value = instance.GetFileResponse
    string GetFileResponse {get; set;}
    See Also