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


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