InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IOS2200FileTransfer Interface / DownloadCompleteReply Property


In This Topic
    DownloadCompleteReply Property
    In This Topic
    Gets or sets the command that the PC sends to the OS 2200 Editor when the file has been received.
    Syntax
    'Declaration
     
    
    Property DownloadCompleteReply As String
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As String
     
    instance.DownloadCompleteReply = value
     
    value = instance.DownloadCompleteReply
    string DownloadCompleteReply {get; set;}
    See Also