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


In This Topic
    SaveFileCommand Property
    In This Topic
    Gets or sets a value specifying the CANDE command to save and remove the work file.
    Syntax
    'Declaration
     
    
    Property SaveFileCommand As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.SaveFileCommand = value
     
    value = instance.SaveFileCommand
    string SaveFileCommand {get; set;}
    See Also