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


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