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


In This Topic
    MakeFileResponse Property
    In This Topic
    Gets or sets a value specifying the response that CANDE sends to the PC to indicate when a new file has been created and is ready to receive text.
    Syntax
    'Declaration
     
    
    Property MakeFileResponse As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.MakeFileResponse = value
     
    value = instance.MakeFileResponse
    string MakeFileResponse {get; set;}
    See Also