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


In This Topic
    MakeFileOptions Property
    In This Topic
    Gets or sets a value specifying the type of file being created (sch as ALGOL, BASIC, BINDER, C74, DATA, F77, PASCAL, SEQ). A value is optional.
    Syntax
    'Declaration
     
    
    Property MakeFileOptions As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.MakeFileOptions = value
     
    value = instance.MakeFileOptions
    string MakeFileOptions {get; set;}
    See Also