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


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