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


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