InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / AbortCommandsUpload Property


In This Topic
    AbortCommandsUpload Property
    In This Topic
    Gets or sets a value specifying the CANDE command to remove the work file. This is the command that is sent to CANDE when a file transfer is canceled.
    Syntax
    'Declaration
     
    
    Property AbortCommandsUpload As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.AbortCommandsUpload = value
     
    value = instance.AbortCommandsUpload
    string AbortCommandsUpload {get; set;}
    See Also