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


In This Topic
    DownloadCommand Property
    In This Topic
    Gets or sets the command to run the OS 2200 Editor and download a file from the OS 2200 Editor to the PC.
    Syntax
    'Declaration
     
    
    Property DownloadCommand As String
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As String
     
    instance.DownloadCommand = value
     
    value = instance.DownloadCommand
    string DownloadCommand {get; set;}
    See Also