InfoConnect for Unisys
MakeFileOptions Property


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