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


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