InfoConnect for Unisys
GetFileCommand Property


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