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


In This Topic
    DownloadCommandReply Property
    In This Topic
    Gets or sets the the response that the OS 2200 Editor sends to the PC when it receives a request to download a file to the PC.
    Syntax
    'Declaration
     
    
    Property DownloadCommandReply As String
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As String
     
    instance.DownloadCommandReply = value
     
    value = instance.DownloadCommandReply
    string DownloadCommandReply {get; set;}
    See Also