InfoConnect for Unisys
GetFileResponse Property


Gets or sets a value specifying the response that CANDE sends to the PC to indicate when a host file has been retrieved.
Syntax
'Declaration
 
Property GetFileResponse As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.GetFileResponse = value
 
value = instance.GetFileResponse
string GetFileResponse {get; set;}
See Also