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


In This Topic
    AbortCommandsDownload Property
    In This Topic
    Gets or sets a value specifying the CANDE command to terminate a CANDE file listing (stop displaying a file).
    Syntax
    'Declaration
     
    
    Property AbortCommandsDownload As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.AbortCommandsDownload = value
     
    value = instance.AbortCommandsDownload
    string AbortCommandsDownload {get; set;}
    See Also