InfoConnect for Unisys
SaveFileCommand Property


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