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


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