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


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